Home
last modified time | relevance | path

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

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