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

  /external/clang/include/clang/Sema/
IdentifierResolver.h 154 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
155 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
161 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = 0,
Sema.h     [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 107 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
108 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
110 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S,
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 422 if (S && !isDeclInScope(ND, New->getDeclContext(), S))
    [all...]
SemaTemplate.cpp     [all...]

Completed in 99 milliseconds