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.cpp15921 enum ICEKind { enum
15933 ICEKind Kind;
15936 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag()