Home
last modified time | relevance | path

Searched refs:UserFilesAreVolatile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h253 bool UserFilesAreVolatile : 1; variable
668 CaptureDiagsKind CaptureDiagnostics, bool UserFilesAreVolatile);
699 bool UserFilesAreVolatile = false,
762 bool UserFilesAreVolatile = false,
789 bool UserFilesAreVolatile = false);
835 bool SingleFileParse = false, bool UserFilesAreVolatile = false,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp762 bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile, in LoadFromASTFile() argument
780 AST->UserFilesAreVolatile = UserFilesAreVolatile; in LoadFromASTFile()
783 UserFilesAreVolatile); in LoadFromASTFile()
1170 UserFilesAreVolatile); in Parse()
1483 bool UserFilesAreVolatile) { in create() argument
1492 AST->UserFilesAreVolatile = UserFilesAreVolatile; in create()
1494 UserFilesAreVolatile); in create()
1507 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction() argument
1678 bool UserFilesAreVolatile) { in LoadFromCompilerInvocation() argument
1692 AST->UserFilesAreVolatile = UserFilesAreVolatile; in LoadFromCompilerInvocation()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h649 bool UserFilesAreVolatile; variable
794 bool UserFilesAreVolatile = false);
818 bool userFilesAreVolatile() const { return UserFilesAreVolatile; } in userFilesAreVolatile()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp311 bool UserFilesAreVolatile) in SourceManager() argument
312 : Diag(Diag), FileMgr(FileMgr), UserFilesAreVolatile(UserFilesAreVolatile) { in SourceManager()
414 Entry->IsFileVolatile = UserFilesAreVolatile && !isSystemFile; in getOrCreateContentCache()