Searched refs:isDeclScope (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DIdentifierResolver.cpp106 if (S->isDeclScope(D))
124 if (S->isDeclScope(D))
128 return S->getParent()->isDeclScope(D);
H A DScope.cpp124 if (isDeclScope(Candidate))
H A DSemaLookup.cpp1087 for (; I != IEnd && S->isDeclScope(*I); ++I) {
1096 if (!LeftStartingScope && !Initial->isDeclScope(*I))
1256 for (; I != IEnd && S->isDeclScope(*I); ++I) {
1728 if (!LeftStartingScope && !S->isDeclScope(*I))
1749 while (S && !S->isDeclScope(D))
1767 if (!S->isDeclScope(*LastI))
H A DSemaDecl.cpp1274 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) {
1292 if (!S->isDeclScope(*I))
2026 assert(EnumScope->isDeclScope(ED));
10863 } else if (S->isDeclScope(PrevDecl)) {
12712 S->isDeclScope(PrevDecl)) {
H A DSemaDeclObjC.cpp4344 if (S->isDeclScope(PrevDecl)) {
H A DSemaOpenMP.cpp609 while (CurScope != TopScope && !CurScope->isDeclScope(D)) {
8913 } while (S && !S->isDeclScope(D));
H A DSemaExprCXX.cpp661 if (S->isDeclScope(Var)) {
H A DSemaDeclCXX.cpp12331 assert(!S->isDeclScope(PrevDecl));
/external/clang/include/clang/Sema/
H A DScope.h307 /// isDeclScope - Return true if this is the scope that the specified decl is
309 bool isDeclScope(Decl *D) { function in class:clang::Scope

Completed in 282 milliseconds