Searched refs:IsFromPCH (Results 1 – 2 of 2) sorted by relevance
308 unsigned IsFromPCH : 1; variable317 : Loc(Loc), MDKind(K), IsFromPCH(false), IsPublic(true) {} in MacroDirective()334 bool isFromPCH() const { return IsFromPCH; } in isFromPCH()336 void setIsFromPCH() { IsFromPCH = true; } in setIsFromPCH()
227 if (IsFromPCH) Out << " from_pch"; in dump()