HomeSort by relevance Sort by last modified time
    Searched defs:InPCH (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
FileSystemStatCache.h 38 bool InPCH;
42 InPCH(false), IsVFSMapped(false) {}
FileManager.h 69 bool InPCH;
80 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
88 IsNamedPipe(FE.IsNamedPipe), InPCH(FE.InPCH), IsValid(FE.IsValid) {
97 bool isInPCH() const { return InPCH; }

Completed in 31 milliseconds