HomeSort by relevance Sort by last modified time
    Searched refs:getCapture (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.h 233 const Capture &getCapture(const VarDecl *var) const {
234 return const_cast<CGBlockInfo*>(this)->getCapture(var);
236 Capture &getCapture(const VarDecl *var) {
CGBlocks.cpp 605 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
762 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable);
781 BlockInfo->getCapture(variable);
    [all...]
CGDebugInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 533 Capture &getCapture(VarDecl *Var) {
538 const Capture &getCapture(VarDecl *Var) const {
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 648 milliseconds