Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp762 bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile, in LoadFromASTFile()
1483 bool UserFilesAreVolatile) { in create()
1507 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction()
1678 bool UserFilesAreVolatile) { in LoadFromCompilerInvocation()
1717 bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, in LoadFromCommandLine()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h253 bool UserFilesAreVolatile : 1; variable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h649 bool UserFilesAreVolatile; variable
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp311 bool UserFilesAreVolatile) in SourceManager()