Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp470 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
473 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
535 Args.append(std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
538 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
565 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4737 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1333 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h16485 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()