Searched defs:UserFilesAreVolatile (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h560 bool UserFilesAreVolatile; member in class:clang::SourceManager
697 bool UserFilesAreVolatile = false);
714 bool userFilesAreVolatile() const { return UserFilesAreVolatile; }
/external/clang/lib/Basic/
H A DSourceManager.cpp374 bool UserFilesAreVolatile)
376 UserFilesAreVolatile(UserFilesAreVolatile),
373 SourceManager(DiagnosticsEngine &Diag, FileManager &FileMgr, bool UserFilesAreVolatile) argument
/external/clang/lib/Frontend/
H A DASTUnit.cpp228 IncludeBriefCommentsInCodeCompletion(false), UserFilesAreVolatile(false),
686 bool UserFilesAreVolatile) {
702 AST->UserFilesAreVolatile = UserFilesAreVolatile;
705 UserFilesAreVolatile);
1153 UserFilesAreVolatile);
1750 bool UserFilesAreVolatile) {
1758 AST->UserFilesAreVolatile = UserFilesAreVolatile;
1760 UserFilesAreVolatile);
678 LoadFromASTFile(const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, RemappedFile *RemappedFiles, unsigned NumRemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1747 create(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool CaptureDiagnostics, bool UserFilesAreVolatile) argument
1765 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, OwningPtr<ASTUnit> *ErrAST) argument
1933 LoadFromCompilerInvocation(CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1968 LoadFromCommandLine(const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, RemappedFile *RemappedFiles, unsigned NumRemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, OwningPtr<ASTUnit> *ErrAST) argument
[all...]

Completed in 39 milliseconds