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

  /external/clang/lib/Sema/
IdentifierResolver.cpp 120 if (S->isDeclScope(D))
138 if (S->isDeclScope(D))
142 return S->getParent()->isDeclScope(D);
SemaLookup.cpp 884 for (; I != IEnd && S->isDeclScope(*I); ++I) {
    [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp 515 if (S->isDeclScope(Var)) {
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 233 /// isDeclScope - Return true if this is the scope that the specified decl is
235 bool isDeclScope(Decl *D) {

Completed in 583 milliseconds