Home
last modified time | relevance | path

Searched refs:IsFileVolatile (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h170 unsigned IsFileVolatile : 1; variable
183 IsFileVolatile(false), IsTransient(false), IsBufferInvalid(false) {} in ContentCache()
189 : BufferOverridden(false), IsFileVolatile(false), IsTransient(false), in ContentCache()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp135 auto BufferOrError = FM.getBufferForFile(ContentsEntry, IsFileVolatile); in getBufferOrNone()
363 Clone->IsFileVolatile = Cache->IsFileVolatile; in initializeForReplay()
410 Entry->IsFileVolatile = UserFilesAreVolatile && !isSystemFile; in getOrCreateContentCache()