Searched refs:precomputeExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5500 static VarDecl *precomputeExpr(Sema &Actions, in precomputeExpr() function 5555 VarDecl *NewStart = precomputeExpr(Actions, BodyStmts, StartExpr, ".start"); in buildDistanceFunc() 5556 VarDecl *NewStop = precomputeExpr(Actions, BodyStmts, StopExpr, ".stop"); in buildDistanceFunc() 5557 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc()
|