Searched defs:ICEDiag (Results 1 – 1 of 1) sorted by relevance
9000 struct ICEDiag { struct9001 ICEKind Kind;9002 SourceLocation Loc;9004 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() argument