HomeSort by: relevance | last modified time | path
    Searched refs:isInObjcMethodScope (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 384 /// isInObjcMethodScope - Return true if this scope is, or is contained in, an
386 bool isInObjcMethodScope() const {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp 255 getCurScope()->isInObjcMethodScope()) {
ParseExpr.cpp 1155 (&II == Ident_super && getCurScope()->isInObjcMethodScope()))) {
1183 getCurScope()->isInObjcMethodScope() &&
2992 getCurScope()->isInObjcMethodScope() &&
ParseDeclCXX.cpp 147 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
ParseObjc.cpp 3038 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 2295 if (IsSuper && S->isInObjcMethodScope())
SemaLookup.cpp 4862 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier())

Completed in 34 milliseconds