Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp9000 struct ICEDiag { struct
9001 ICEKind Kind;
9002 SourceLocation Loc;
9004 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() argument