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 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...]

Completed in 53 milliseconds