Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp15039 struct ICEDiag { struct
15040 ICEKind Kind;
15041 SourceLocation Loc;
15043 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() argument