Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp795 bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromASTFile()
1520 bool UserFilesAreVolatile) { in create()
1544 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction()
1715 bool UserFilesAreVolatile) { in LoadFromCompilerInvocation()
1755 bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, in LoadFromCommandLine()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h255 bool UserFilesAreVolatile : 1; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h681 bool UserFilesAreVolatile; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp311 bool UserFilesAreVolatile) in SourceManager()