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.cpp500 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
503 std::next(CD->param_begin(), CD->getContextParamPosition())); in emitOutlinedFunctionPrologue()
565 Args.append(std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
568 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in emitOutlinedFunctionPrologue()
595 unsigned Cnt = CD->getContextParamPosition(); in emitOutlinedFunctionPrologue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4919 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1507 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h17621 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()