Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDASTUnit.h305 bool UserFilesAreVolatile : 1; variable
716 bool UserFilesAreVolatile);
734 bool UserFilesAreVolatile = false);
788 bool UserFilesAreVolatile = false,
813 bool UserFilesAreVolatile = false);
847 bool UserFilesAreVolatile = false, bool ForSerialization = false,
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp224 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false), in ASTUnit()
657 bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) { in LoadFromASTFile() argument
674 AST->UserFilesAreVolatile = UserFilesAreVolatile; in LoadFromASTFile()
677 UserFilesAreVolatile); in LoadFromASTFile()
1085 UserFilesAreVolatile); in Parse()
1703 bool UserFilesAreVolatile) { in create() argument
1715 AST->UserFilesAreVolatile = UserFilesAreVolatile; in create()
1717 UserFilesAreVolatile); in create()
1729 bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) { in LoadFromCompilerInvocationAction() argument
1736 OwnAST.reset(create(CI, Diags, CaptureDiagnostics, UserFilesAreVolatile)); in LoadFromCompilerInvocationAction()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h561 bool UserFilesAreVolatile; variable
698 bool UserFilesAreVolatile = false);
716 bool userFilesAreVolatile() const { return UserFilesAreVolatile; } in userFilesAreVolatile()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp367 bool UserFilesAreVolatile) in SourceManager() argument
369 UserFilesAreVolatile(UserFilesAreVolatile), in SourceManager()