HomeSort by relevance Sort by last modified time
    Searched refs:isDeclInScope (Results 1 - 7 of 7) 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...]
SemaOpenMP.cpp 551 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
659 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
    [all...]
SemaDeclCXX.cpp 454 if (S && !isDeclInScope(ND, ScopeDC, S) &&
    [all...]
SemaTemplate.cpp     [all...]

Completed in 447 milliseconds