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

  /external/clang/include/clang/Sema/
IdentifierResolver.h 149 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
150 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
159 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = nullptr,
Sema.h     [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 94 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
95 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
97 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S,
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 458 if (S && !isDeclInScope(PrevForDefaultArgs, ScopeDC, S) &&
468 // declared in different scopes, even though isDeclInScope may think
    [all...]
SemaLookup.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaTemplate.cpp     [all...]

Completed in 323 milliseconds