Searched refs:IsFromPCH (Results 1 – 2 of 2) sorted by relevance
321 unsigned IsFromPCH : 1; variable330 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false), in MacroDirective()348 bool isFromPCH() const { return IsFromPCH; } in isFromPCH()350 void setIsFromPCH() { IsFromPCH = true; } in setIsFromPCH()
224 if (IsFromPCH) Out << " from_pch"; in dump()