Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp441 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
444 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
506 Args.append(std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
509 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
536 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4482 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1216 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h15028 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()