Home
last modified time | relevance | path

Searched defs:ICEDiag (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp9317 struct ICEDiag { struct
9318 ICEKind Kind;
9319 SourceLocation Loc;
9321 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() argument