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

  /external/clang/include/clang/Sema/
Scope.h 318 /// isInObjcMethodScope - Return true if this scope is, or is contained in, an
320 bool isInObjcMethodScope() const {
  /external/clang/lib/Parse/
ParseInit.cpp 217 getCurScope()->isInObjcMethodScope()) {
ParseExpr.cpp 739 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
761 getCurScope()->isInObjcMethodScope() &&
    [all...]
ParseObjc.cpp     [all...]
ParseDeclCXX.cpp 127 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]

Completed in 332 milliseconds