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

  /external/clang/include/clang/Frontend/
ASTUnit.h 303 bool UserFilesAreVolatile : 1;
701 bool UserFilesAreVolatile);
718 bool UserFilesAreVolatile = false);
765 bool UserFilesAreVolatile = false,
785 bool UserFilesAreVolatile = false);
815 bool UserFilesAreVolatile = false, bool ForSerialization = false,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 225 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false),
672 bool UserFilesAreVolatile) {
689 AST->UserFilesAreVolatile = UserFilesAreVolatile;
692 UserFilesAreVolatile);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 575 bool UserFilesAreVolatile;
712 bool UserFilesAreVolatile = false);
729 bool userFilesAreVolatile() const { return UserFilesAreVolatile; }
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 98 bool isVolatile = SM.userFilesAreVolatile() && !IsSystemFile;
372 bool UserFilesAreVolatile)
374 UserFilesAreVolatile(UserFilesAreVolatile),
    [all...]

Completed in 532 milliseconds