Home
last modified time | relevance | path

Searched refs:ActOnIntegerConstant (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8309 .ActOnIntegerConstant(UO->getBeginLoc(), in checkAndSetInc()
8333 .ActOnIntegerConstant( in checkAndSetInc()
8494 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters()
8524 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters()
8892 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get(), in buildPreCond()
9643 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
9660 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
9724 CombLBDecl, SemaRef.ActOnIntegerConstant(InitLoc, 0).get(), in checkOpenMPLoop()
19165 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/0).get(); in actOnOMPReductionKindClause()
19171 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/1).get(); in actOnOMPReductionKindClause()
[all …]
H A DSemaExpr.cpp3678 ExprResult Sema::ActOnIntegerConstant(SourceLocation Loc, uint64_t Val) { in ActOnIntegerConstant() function in Sema
3749 return ActOnIntegerConstant(Tok.getLocation(), Val-'0'); in ActOnNumericConstant()
5494 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr()
5523 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr()
5538 ActOnIntegerConstant(D.AssignmentLoc, 0).get()); in ActOnOMPIteratorExpr()
H A DSemaExprObjC.cpp376 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
H A DSemaDeclCXX.cpp940 ExprResult E = S.ActOnIntegerConstant(Loc, I); in checkArrayLikeDecomposition()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5507 ExprResult ActOnIntegerConstant(SourceLocation Loc, uint64_t Val);