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

  /external/clang/include/clang/Sema/
Scope.h 250 /// isInObjcMethodScope - Return true if this scope is, or is contained in, an
252 bool isInObjcMethodScope() const {
  /external/clang/lib/Parse/
ParseInit.cpp 235 getCurScope()->isInObjcMethodScope()) {
ParseExpr.cpp 757 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
779 getCurScope()->isInObjcMethodScope() &&
    [all...]
ParseDeclCXX.cpp 111 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
    [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 164 milliseconds