Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp807 bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromASTFile()
1538 bool UserFilesAreVolatile) { in create()
1564 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction()
1739 bool UserFilesAreVolatile) { in LoadFromCompilerInvocation()
1781 bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, in LoadFromCommandLine()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h267 bool UserFilesAreVolatile : 1; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h685 bool UserFilesAreVolatile; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp305 bool UserFilesAreVolatile) in SourceManager()