Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp106 if (S->isDeclScope(D)) in isDeclInScope()
124 if (S->isDeclScope(D)) in isDeclInScope()
128 return S->getParent()->isDeclScope(D); in isDeclInScope()
H A DScope.cpp117 if (isDeclScope(Candidate)) in mergeNRVOIntoParent()
H A DSemaLookup.cpp928 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()
933 if (!LeftStartingScope && !Initial->isDeclScope(*I)) in CppLookupName()
1093 for (; I != IEnd && S->isDeclScope(*I); ++I) { in CppLookupName()
1331 if (!LeftStartingScope && !S->isDeclScope(*I)) in LookupName()
1352 while (S && !S->isDeclScope(D)) in LookupName()
1370 if (!S->isDeclScope(*LastI)) in LookupName()
H A DSemaDecl.cpp1176 if (S->isDeclScope(*I) && D->declarationReplaces(*I)) { in PushOnScopeChains()
1194 if (!S->isDeclScope(*I)) in PushOnScopeChains()
9872 } else if (S->isDeclScope(PrevDecl)) { in ActOnParamDeclarator()
11571 S->isDeclScope(PrevDecl)) { in ActOnTag()
H A DSemaDeclObjC.cpp3150 if (S->isDeclScope(PrevDecl)) { in ActOnMethodDeclaration()
H A DSemaOpenMP.cpp380 while (CurScope != TopScope && !CurScope->isDeclScope(D)) { in isOpenMPLocal()
H A DSemaExprCXX.cpp618 if (S->isDeclScope(Var)) { in ActOnCXXThrow()
H A DSemaDeclCXX.cpp11939 assert(!S->isDeclScope(PrevDecl)); in ActOnExceptionDeclarator()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h290 bool isDeclScope(Decl *D) { in isDeclScope() function