HomeSort by: relevance | last modified time | path
    Searched refs:CommentsLoaded (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 743 mutable bool CommentsLoaded = false;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 286 if (ExternalSource && !CommentsLoaded) {
288 CommentsLoaded = true;

Completed in 30 milliseconds