Searched refs:AllowFold (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 497 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
|
H A D | SemaOpenMP.cpp | 7008 NewStep, /*FIXME*/ Sema::AllowFold) in ActOnOpenMPDeclareSimdDirective() 15478 Sema::AllowFold); in VerifyPositiveIntegerConstantInClause() 15481 /*FIXME*/ Sema::AllowFold); in VerifyPositiveIntegerConstantInClause()
|
H A D | SemaExprCXX.cpp | 1954 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
|
H A D | SemaDecl.cpp | 18166 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField() 19408 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
|
H A D | SemaType.cpp | 1926 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildBitIntType()
|
H A D | SemaInit.cpp | 3463 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
|
H A D | SemaDeclCXX.cpp | 17308 FoldKind = AllowFold; in BuildStaticAssertDeclaration()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3460 Sema::AllowFold); in ParseOpenMPIndirectClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7249 AllowFold, enumerator
|