HomeSort by: relevance | last modified time | path
    Searched defs:isDeclInScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp 96 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
97 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
99 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S,
SemaDecl.cpp 1522 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S,
1524 return IdResolver.isDeclInScope(D, Ctx, S, AllowInlineNamespace);
1543 /// as determined by isDeclInScope.
1551 if (isDeclInScope(D, Ctx, S, AllowInlineNamespace))
4846 if (!SemaRef.isDeclInScope(PrevDecl, Owner, S))
7396 isDeclInScope(Previous.getFoundDecl(), OriginalDC, S, false));
15913 isDeclInScope(Shadow, SearchDC, S, isMemberSpecialization) &&
15932 isDeclInScope(DirectPrevDecl, SearchDC, S,
16137 } else if (!isDeclInScope(DirectPrevDecl, SearchDC, S,
16728 if (PrevDecl && !isDeclInScope(PrevDecl, Record, S)
    [all...]

Completed in 36 milliseconds