Searched defs:ICEDiag (Results 1 – 1 of 1) sorted by relevance
9317 struct ICEDiag { struct9318 ICEKind Kind;9319 SourceLocation Loc;9321 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() argument