Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16348 struct ICEDiag { struct
16349 ICEKind Kind;
16350 SourceLocation Loc;
16352 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() function