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
156 bool isDeclInScope(Decl *D, DeclContext *Ctx, Scope *S = 0,
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 41 Actions.isDeclInScope(ND, Actions.getCurLexicalContext(),
119 if (!isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
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 453 if (S && !isDeclInScope(ND, New->getDeclContext(), S))
    [all...]
SemaTemplate.cpp     [all...]

Completed in 179 milliseconds