HomeSort by relevance Sort by last modified time
    Searched refs:CommentsLoaded (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ASTContext.h 521 mutable bool CommentsLoaded;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 64 if (!CommentsLoaded && ExternalSource) {
73 CommentsLoaded = true;
750 Comments(SM), CommentsLoaded(false),
    [all...]

Completed in 56 milliseconds