Searched refs:AllowFoldKind (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 651 enum class AllowFoldKind { enum 7678 AllowFoldKind CanFold = AllowFoldKind::No); 7682 AllowFoldKind CanFold = AllowFoldKind::No); 7685 AllowFoldKind CanFold = AllowFoldKind::No); 7688 AllowFoldKind CanFold = AllowFoldKind::No) {
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 528 ER = VerifyIntegerConstantExpression(E, AllowFoldKind::Allow); in ActOnCaseExpr()
|
| H A D | SemaExpr.cpp | 17261 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression() 17280 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression() 17310 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression() 17463 if (!Folded || CanFold == AllowFoldKind::No) { in VerifyIntegerConstantExpression()
|
| H A D | SemaDeclCXX.cpp | 17805 AllowFoldKind FoldKind = AllowFoldKind::No; in BuildStaticAssertDeclaration() 17811 FoldKind = AllowFoldKind::Allow; in BuildStaticAssertDeclaration()
|
| H A D | SemaOpenMP.cpp | 6936 NewStep, /*FIXME*/ AllowFoldKind::Allow) in ActOnOpenMPDeclareSimdDirective() 15994 AllowFoldKind::Allow); in VerifyPositiveIntegerConstantInClause() 15998 /*FIXME*/ AllowFoldKind::Allow); in VerifyPositiveIntegerConstantInClause() 16586 PermExpr, &PermVal, AllowFoldKind::Allow); in ActOnOpenMPPermutationClause()
|
| H A D | SemaExprCXX.cpp | 2053 AllowFoldKind::Allow) in ActOnCXXNew()
|
| H A D | SemaDecl.cpp | 18696 VerifyIntegerConstantExpression(BitWidth, &Value, AllowFoldKind::Allow); in VerifyBitField() 19972 AllowFoldKind::Allow) in CheckEnumConstant()
|
| H A D | SemaInit.cpp | 3545 S.VerifyIntegerConstantExpression(Index, &Value, AllowFoldKind::Allow); in CheckArrayDesignatorExpr()
|
| H A D | SemaType.cpp | 1951 BitWidth, &Bits, /*FIXME*/ AllowFoldKind::Allow); in BuildBitIntType()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3445 AllowFoldKind::Allow); in ParseOpenMPIndirectClause()
|