Home
last modified time | relevance | path

Searched refs:InPCH (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h71 bool InPCH; variable
79 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false) in FileEntry()
91 bool isInPCH() const { return InPCH; } in isInPCH()
H A DFileSystemStatCache.h49 bool InPCH = false; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp283 UFE.InPCH = Data.InPCH; in getFile()
345 UFE->InPCH = Data.InPCH; in getVirtualFile()
H A DFileSystemStatCache.cpp33 Data.InPCH = false; in copyStatusToFileData()