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 61 bool InPCH;
72 : UniqueID(0, 0), IsNamedPipe(false), InPCH(false), IsValid(false)
80 IsNamedPipe(FE.IsNamedPipe), InPCH(FE.InPCH), IsValid(FE.IsValid) {
89 bool isInPCH() const { return InPCH; }

Completed in 57 milliseconds