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

/external/clang/include/clang/Frontend/
H A DASTUnit.h303 bool UserFilesAreVolatile : 1;
701 bool UserFilesAreVolatile);
718 bool UserFilesAreVolatile = false);
765 bool UserFilesAreVolatile = false,
785 bool UserFilesAreVolatile = false);
815 bool UserFilesAreVolatile = false, bool ForSerialization = false,
/external/clang/lib/Frontend/
H A DASTUnit.cpp225 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false),
672 bool UserFilesAreVolatile) {
689 AST->UserFilesAreVolatile = UserFilesAreVolatile;
692 UserFilesAreVolatile);
1092 UserFilesAreVolatile);
1735 bool UserFilesAreVolatile) {
1747 AST->UserFilesAreVolatile = UserFilesAreVolatile;
1749 UserFilesAreVolatile);
665 LoadFromASTFile(const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1732 create(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool CaptureDiagnostics, bool UserFilesAreVolatile) argument
1754 LoadFromCompilerInvocationAction( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1918 LoadFromCompilerInvocation( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1954 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, std::unique_ptr<ASTUnit> *ErrAST) argument
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h575 bool UserFilesAreVolatile; member in class:clang::SourceManager
712 bool UserFilesAreVolatile = false);
729 bool userFilesAreVolatile() const { return UserFilesAreVolatile; }
/external/clang/lib/Basic/
H A DSourceManager.cpp372 bool UserFilesAreVolatile)
374 UserFilesAreVolatile(UserFilesAreVolatile),
371 SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr, bool UserFilesAreVolatile) argument

Completed in 194 milliseconds