Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h620 mutable bool CommentsLoaded; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h703 mutable bool CommentsLoaded = false; variable
/external/clang/lib/AST/
DASTContext.cpp65 if (!CommentsLoaded && ExternalSource) { in getRawCommentForDeclNoCache()
74 CommentsLoaded = true; in getRawCommentForDeclNoCache()
750 Listener(nullptr), Comments(SM), CommentsLoaded(false), in ASTContext()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp285 if (ExternalSource && !CommentsLoaded) { in getRawCommentForDeclNoCache()
287 CommentsLoaded = true; in getRawCommentForDeclNoCache()