Searched refs:CCEKind (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 10007 enum CCEKind { enum 10021 CCEKind CCE, 10025 llvm::APSInt &Value, CCEKind CCE); 10027 APValue &Value, CCEKind CCE, 10035 CCEKind CCE, bool RequireInt,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 6021 Sema::CCEKind CCE, in BuildConvertedConstantExpression() 6111 CCE == Sema::CCEKind::CCEK_TemplateArg); in BuildConvertedConstantExpression() 6161 Sema::CCEKind CCE, in CheckConvertedConstantExpression() 6177 CCEKind CCE, in BuildConvertedConstantExpression() 6185 APValue &Value, CCEKind CCE, in CheckConvertedConstantExpression() 6193 CCEKind CCE) { in CheckConvertedConstantExpression() 6206 Sema::CCEKind CCE, bool RequireInt, in EvaluateConvertedConstantExpression()
|