Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h164 CapturedStmt *DistanceFunc, in create() argument
169 S->setDistanceFunc(DistanceFunc); in create()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2037 const CapturedStmt *DistanceFunc = S->getDistanceFunc(); in EmitOMPCanonicalLoop() local
2038 EmittedClosureTy DistanceClosure = emitCapturedStmtFunc(*this, DistanceFunc); in EmitOMPCanonicalLoop()
2044 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp5942 CapturedStmt *DistanceFunc = in ActOnOpenMPCanonicalLoop() local
5948 return OMPCanonicalLoop::create(getASTContext(), AStmt, DistanceFunc, in ActOnOpenMPCanonicalLoop()