Home
last modified time | relevance | path

Searched refs:getCapturedDecl (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h2099 CapturedDecl *getCapturedDecl() { return CapDeclAndKind.getPointer(); } in getCapturedDecl() function
2100 const CapturedDecl *getCapturedDecl() const { in getCapturedDecl() function
2101 return const_cast<CapturedStmt *>(this)->getCapturedDecl(); in getCapturedDecl()
DDataRecursiveASTVisitor.h2255 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
DRecursiveASTVisitor.h2285 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp505 S, *CS->getCapturedDecl()->param_begin(), CodeGen); in emitCommonOMPParallelDirective()
1317 auto *I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskDirective()
DCGStmt.cpp2174 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1904 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
3164 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
3193 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
3253 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()
4004 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsDirective()
DTreeTransform.h10812 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp448 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp296 Writer.AddDeclRef(S->getCapturedDecl(), Record); in VisitCapturedStmt()
DASTReaderStmt.cpp399 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()