Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h517 mutable bool CommentsLoaded; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp63 if (!CommentsLoaded && ExternalSource) { in getRawCommentForDeclNoCache()
65 CommentsLoaded = true; in getRawCommentForDeclNoCache()
740 Comments(SM), CommentsLoaded(false), in ASTContext()