Searched refs:AllowFold (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3490 Sema::AllowFold); in ParseOpenMPIndirectClause()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 491 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
|
| H A D | SemaExprCXX.cpp | 1877 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
|
| H A D | SemaOpenMP.cpp | 6995 VerifyIntegerConstantExpression(NewStep, /*FIXME*/ AllowFold).get(); in ActOnOpenMPDeclareSimdDirective() 16271 ICE = VerifyIntegerConstantExpression(E, &Result, Diagnoser, AllowFold); in VerifyPositiveIntegerConstantInClause() 16273 ICE = VerifyIntegerConstantExpression(E, &Result, /*FIXME*/ AllowFold); in VerifyPositiveIntegerConstantInClause()
|
| H A D | SemaDecl.cpp | 17295 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField() 18512 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
|
| H A D | SemaType.cpp | 2298 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildBitIntType()
|
| H A D | SemaInit.cpp | 3192 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 12532 AllowFold, enumerator
|