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

/external/clang/lib/CodeGen/
H A DCGBlocks.h233 const Capture &getCapture(const VarDecl *var) const { function in class:clang::CodeGen::CGBlockInfo
234 return const_cast<CGBlockInfo*>(this)->getCapture(var);
236 Capture &getCapture(const VarDecl *var) { function in class:clang::CodeGen::CGBlockInfo
/external/clang/include/clang/Sema/
H A DScopeInfo.h500 Capture &getCapture(VarDecl *Var) { function in class:clang::sema::CapturingScopeInfo
505 const Capture &getCapture(VarDecl *Var) const { function in class:clang::sema::CapturingScopeInfo

Completed in 98 milliseconds