Searched refs:IsFromPCH (Results 1 – 1 of 1) sorted by relevance
347 bool IsFromPCH : 1; variable365 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false), in MacroDirective()387 bool isFromPCH() const { return IsFromPCH; } in isFromPCH()389 void setIsFromPCH() { IsFromPCH = true; } in setIsFromPCH()