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

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

Completed in 231 milliseconds