Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h855 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp553 ParsedComments[D->getCanonicalDecl()] = FC; in attachCommentsToJustParsedDecls()
589 ParsedComments.find(Canonical); in getCommentForDecl()
591 if (Pos != ParsedComments.end()) { in getCommentForDecl()
683 ParsedComments[Canonical] = FC; in getCommentForDecl()