Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4393 .ActOnIntegerConstant(UO->getBeginLoc(), in checkAndSetInc()
4417 .ActOnIntegerConstant( in checkAndSetInc()
4495 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in buildNumIterations()
5300 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
5319 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
5381 CombLBDecl, SemaRef.ActOnIntegerConstant(InitLoc, 0).get(), in checkOpenMPLoop()
5430 : SemaRef.ActOnIntegerConstant(SourceLocation(), 0).get(); in checkOpenMPLoop()
5596 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get(); in checkOpenMPLoop()
11192 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/0).get(); in actOnOMPReductionKindClause()
11198 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/1).get(); in actOnOMPReductionKindClause()
[all …]
H A DSemaExprObjC.cpp374 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
H A DSemaExpr.cpp3197 ExprResult Sema::ActOnIntegerConstant(SourceLocation Loc, uint64_t Val) { in ActOnIntegerConstant() function in Sema
3268 return ActOnIntegerConstant(Tok.getLocation(), Val-'0'); in ActOnNumericConstant()
H A DSemaDeclCXX.cpp879 ExprResult E = S.ActOnIntegerConstant(Loc, I); in checkArrayLikeDecomposition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4246 ExprResult ActOnIntegerConstant(SourceLocation Loc, uint64_t Val);