Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp85 std::next(CD->param_begin(), CD->getContextParamPosition())); in GenerateOpenMPCapturedStmtFunction()
117 std::next(CD->param_begin(), CD->getContextParamPosition() + 1), in GenerateOpenMPCapturedStmtFunction()
137 unsigned Cnt = CD->getContextParamPosition(); in GenerateOpenMPCapturedStmtFunction()
/external/clang/include/clang/AST/
DDecl.h3688 unsigned getContextParamPosition() const { return ContextParam; } in getContextParamPosition() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1026 Record.push_back(CD->getContextParamPosition()); in VisitCapturedDecl()
/external/clang/lib/Sema/
DTreeTransform.h11570 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt()