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;
712 bool UserFilesAreVolatile);
727 bool UserFilesAreVolatile = false);
774 bool UserFilesAreVolatile = false,
794 bool UserFilesAreVolatile = false);
824 bool UserFilesAreVolatile = false, bool ForSerialization = false,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 224 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false),
654 bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) {
671 AST->UserFilesAreVolatile = UserFilesAreVolatile;
674 UserFilesAreVolatile);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 561 bool UserFilesAreVolatile;
698 bool UserFilesAreVolatile = false);
716 bool userFilesAreVolatile() const { return UserFilesAreVolatile; }
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 97 bool isVolatile = SM.userFilesAreVolatile() && !IsSystemFile;
367 bool UserFilesAreVolatile)
369 UserFilesAreVolatile(UserFilesAreVolatile),
    [all...]

Completed in 83 milliseconds