Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp790 bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile, in LoadFromASTFile()
1511 bool UserFilesAreVolatile) { in create()
1535 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction()
1706 bool UserFilesAreVolatile) { in LoadFromCompilerInvocation()
1745 bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, in LoadFromCommandLine()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h252 bool UserFilesAreVolatile : 1; variable
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h660 bool UserFilesAreVolatile; variable
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp311 bool UserFilesAreVolatile) in SourceManager()