Home
last modified time | relevance | path

Searched refs:AllowFoldKind (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h651 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 DSemaStmt.cpp528 ER = VerifyIntegerConstantExpression(E, AllowFoldKind::Allow); in ActOnCaseExpr()
H A DSemaExpr.cpp17261 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
17280 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
17310 AllowFoldKind CanFold) { in VerifyIntegerConstantExpression()
17463 if (!Folded || CanFold == AllowFoldKind::No) { in VerifyIntegerConstantExpression()
H A DSemaDeclCXX.cpp17805 AllowFoldKind FoldKind = AllowFoldKind::No; in BuildStaticAssertDeclaration()
17811 FoldKind = AllowFoldKind::Allow; in BuildStaticAssertDeclaration()
H A DSemaOpenMP.cpp6936 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 DSemaExprCXX.cpp2053 AllowFoldKind::Allow) in ActOnCXXNew()
H A DSemaDecl.cpp18696 VerifyIntegerConstantExpression(BitWidth, &Value, AllowFoldKind::Allow); in VerifyBitField()
19972 AllowFoldKind::Allow) in CheckEnumConstant()
H A DSemaInit.cpp3545 S.VerifyIntegerConstantExpression(Index, &Value, AllowFoldKind::Allow); in CheckArrayDesignatorExpr()
H A DSemaType.cpp1951 BitWidth, &Bits, /*FIXME*/ AllowFoldKind::Allow); in BuildBitIntType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3445 AllowFoldKind::Allow); in ParseOpenMPIndirectClause()