Home
last modified time | relevance | path

Searched refs:ICEKind (Results 1 – 1 of 1) sorted by relevance

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