Home | History | Annotate | Download | only in gcmole

Lines Matching refs:DeclContext

92   Resolver(clang::ASTContext& ctx, clang::DeclContext* decl_ctx)
109 clang::DeclContext::lookup_result result =
112 clang::DeclContext::lookup_iterator end = result.second;
113 for (clang::DeclContext::lookup_iterator i = result.first;
124 clang::DeclContext* decl_ctx_;