Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp2755 Expr *BuildPreCond(Scope *S, Expr *Cond) const;
3283 Expr *OpenMPIterationSpaceChecker::BuildPreCond(Scope *S, Expr *Cond) const { in BuildPreCond() function in __anon216cbd260b11::OpenMPIterationSpaceChecker
3509 ResultIterSpace.PreCond = ISC.BuildPreCond(DSA.getCurScope(), For->getCond()); in CheckOpenMPIterationSpace()