Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp654 bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) { in LoadFromASTFile()
1685 bool UserFilesAreVolatile) { in create()
1709 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, in LoadFromCompilerInvocationAction()
1873 bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) { in LoadFromCompilerInvocation()
1913 bool UserFilesAreVolatile, bool ForSerialization, in LoadFromCommandLine()
/external/clang/include/clang/Frontend/
DASTUnit.h303 bool UserFilesAreVolatile : 1; variable
/external/clang/include/clang/Basic/
DSourceManager.h561 bool UserFilesAreVolatile; variable
/external/clang/lib/Basic/
DSourceManager.cpp367 bool UserFilesAreVolatile) in SourceManager()