Searched refs:IsFromPCH (Results 1 – 1 of 1) sorted by relevance
339 bool IsFromPCH : 1; variable363 : Previous(0), Loc(Loc), MDKind(K), IsFromPCH(false), IsHidden(false), in MacroDirective()385 bool isFromPCH() const { return IsFromPCH; } in isFromPCH()387 void setIsFromPCH() { IsFromPCH = true; } in setIsFromPCH()