Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h171 unsigned IsFileVolatile : 1; variable
184 IsFileVolatile(false), IsTransient(false), IsBufferInvalid(false) {} in ContentCache()
190 : BufferOverridden(false), IsFileVolatile(false), IsTransient(false), in ContentCache()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp117 auto BufferOrError = FM.getBufferForFile(ContentsEntry, IsFileVolatile); in getBufferOrNone()
369 Clone->IsFileVolatile = Cache->IsFileVolatile; in initializeForReplay()
414 Entry->IsFileVolatile = UserFilesAreVolatile && !isSystemFile; in getOrCreateContentCache()