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