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

  /external/clang/include/clang/Sema/
Scope.h 224 /// isDeclScope - Return true if this is the scope that the specified decl is
226 bool isDeclScope(Decl *D) {
  /external/clang/lib/Sema/
IdentifierResolver.cpp 122 if (S->isDeclScope(D))
139 return S->getParent()->isDeclScope(D);
SemaLookup.cpp 885 for (; I != IEnd && S->isDeclScope(*I); ++I) {
    [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp 523 if (S->isDeclScope(Var)) {
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 180 milliseconds