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()
1533 bool UserFilesAreVolatile) { in create()
1557 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction()
1728 bool UserFilesAreVolatile) { in LoadFromCompilerInvocation()
1768 bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, in LoadFromCommandLine()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h255 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.cpp319 bool UserFilesAreVolatile) in SourceManager()