Home
last modified time | relevance | path

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

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