Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h164 CapturedStmt *DistanceFunc, in create() argument
169 S->setDistanceFunc(DistanceFunc); in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1995 const CapturedStmt *DistanceFunc = S->getDistanceFunc(); in EmitOMPCanonicalLoop() local
1996 EmittedClosureTy DistanceClosure = emitCapturedStmtFunc(*this, DistanceFunc); in EmitOMPCanonicalLoop()
2002 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5566 CapturedStmt *DistanceFunc = in ActOnOpenMPCanonicalLoop() local
5572 return OMPCanonicalLoop::create(getASTContext(), AStmt, DistanceFunc, in ActOnOpenMPCanonicalLoop()