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

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

Completed in 62 milliseconds