Searched refs:ParsedComments (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h586 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp448 ParsedComments.find(Canonical);
450 if (Pos != ParsedComments.end()) {
542 ParsedComments[Canonical] = FC;

Completed in 585 milliseconds