Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp442 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
445 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
507 Args.append(std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
510 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
537 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4595 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1235 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h15216 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()