Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h614 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp448 ParsedComments.find(Canonical); in getCommentForDecl()
450 if (Pos != ParsedComments.end()) { in getCommentForDecl()
542 ParsedComments[Canonical] = FC; in getCommentForDecl()