Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h794 mutable bool CommentsLoaded = false; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp291 if (ExternalSource && !CommentsLoaded) { in getRawCommentForDeclNoCache()
293 CommentsLoaded = true; in getRawCommentForDeclNoCache()