Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h255 bool UserFilesAreVolatile : 1; variable
671 CaptureDiagsKind CaptureDiagnostics, bool UserFilesAreVolatile);
701 bool UserFilesAreVolatile = false,
764 bool UserFilesAreVolatile = false,
791 bool UserFilesAreVolatile = false);
845 bool SingleFileParse = false, bool UserFilesAreVolatile = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp770 auto Buffer = FileMgr->getBufferForFile(Filename, UserFilesAreVolatile); in getBufferForFile()
812 AST->UserFilesAreVolatile = UserFilesAreVolatile; in LoadFromASTFile()
815 UserFilesAreVolatile); in LoadFromASTFile()
1206 UserFilesAreVolatile); in Parse()
1520 bool UserFilesAreVolatile) { in create() argument
1529 AST->UserFilesAreVolatile = UserFilesAreVolatile; in create()
1531 UserFilesAreVolatile); in create()
1544 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction() argument
1715 bool UserFilesAreVolatile) { in LoadFromCompilerInvocation() argument
1729 AST->UserFilesAreVolatile = UserFilesAreVolatile; in LoadFromCompilerInvocation()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h681 bool UserFilesAreVolatile; variable
837 bool UserFilesAreVolatile = false);
861 bool userFilesAreVolatile() const { return UserFilesAreVolatile; } in userFilesAreVolatile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp311 bool UserFilesAreVolatile) in SourceManager() argument
312 : Diag(Diag), FileMgr(FileMgr), UserFilesAreVolatile(UserFilesAreVolatile) { in SourceManager()
413 Entry->IsFileVolatile = UserFilesAreVolatile && !isSystemFile; in getOrCreateContentCache()