Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp438 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
441 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
499 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
502 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
523 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4377 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1204 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h14661 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()