Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h2011 CapturedDecl *getCapturedDecl() { return CapDeclAndKind.getPointer(); } in getCapturedDecl() function
2012 const CapturedDecl *getCapturedDecl() const { in getCapturedDecl() function
2013 return const_cast<CapturedStmt *>(this)->getCapturedDecl(); in getCapturedDecl()
DRecursiveASTVisitor.h2357 TRY_TO(TraverseDecl(S->getCapturedDecl()));
/external/clang/lib/CodeGen/
DCGStmt.cpp1795 const CapturedDecl *CD = S.getCapturedDecl(); in EmitCapturedStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp454 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2262 TRY_TO(TraverseDecl(S->getCapturedDecl()));
/external/clang/lib/Serialization/
DASTWriterStmt.cpp296 Writer.AddDeclRef(S->getCapturedDecl(), Record); in VisitCapturedStmt()
DASTReaderStmt.cpp399 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
/external/clang/lib/Sema/
DTreeTransform.h9642 unsigned NumParams = S->getCapturedDecl()->getNumParams(); in TransformCapturedStmt()