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

  /external/clang/lib/Sema/
IdentifierResolver.cpp 108 /// isDeclInScope - If 'Ctx' is a function/method, isDeclInScope returns true
109 /// if 'D' is in Scope 'S', otherwise 'S' is ignored and isDeclInScope returns
111 bool IdentifierResolver::isDeclInScope(Decl *D, DeclContext *Ctx,
SemaDecl.cpp     [all...]

Completed in 37 milliseconds