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.cpp120 if (isDeclScope(Candidate))
H A DSemaLookup.cpp1073 for (; I != IEnd && S->isDeclScope(*I); ++I) {
1078 if (!LeftStartingScope && !Initial->isDeclScope(*I))
1238 for (; I != IEnd && S->isDeclScope(*I); ++I) {
1642 if (!LeftStartingScope && !S->isDeclScope(*I))
1663 while (S && !S->isDeclScope(D))
1681 if (!S->isDeclScope(*LastI))
H A DSemaDecl.cpp1234 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) {
1252 if (!S->isDeclScope(*I))
1971 assert(EnumScope->isDeclScope(ED));
10451 } else if (S->isDeclScope(PrevDecl)) {
12277 S->isDeclScope(PrevDecl)) {
H A DSemaDeclObjC.cpp4195 if (S->isDeclScope(PrevDecl)) {
H A DSemaExprCXX.cpp620 if (S->isDeclScope(Var)) {
H A DSemaOpenMP.cpp522 while (CurScope != TopScope && !CurScope->isDeclScope(D)) {
H A DSemaDeclCXX.cpp12090 assert(!S->isDeclScope(PrevDecl));
/external/clang/include/clang/Sema/
H A DScope.h304 /// isDeclScope - Return true if this is the scope that the specified decl is
306 bool isDeclScope(Decl *D) { function in class:clang::Scope

Completed in 252 milliseconds