Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h800 mutable bool CommentsLoaded = false; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp301 if (ExternalSource && !CommentsLoaded) { in getRawCommentForDeclNoCache()
303 CommentsLoaded = true; in getRawCommentForDeclNoCache()