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

/external/clang/include/clang/AST/
H A DStmt.h2074 CapturedDecl *getCapturedDecl() { return CapDeclAndKind.getPointer(); } function in class:clang::CapturedStmt
2075 const CapturedDecl *getCapturedDecl() const { function in class:clang::CapturedStmt
2076 return const_cast<CapturedStmt *>(this)->getCapturedDecl();

Completed in 517 milliseconds