Home | History | Annotate | Download | only in Expression

Lines Matching refs:decl_ctx

1301                         clang::DeclContext *decl_ctx = sym_ctx.function->GetClangDeclContext();
1303 if (!decl_ctx)
1307 if (dyn_cast<clang::ObjCMethodDecl>(decl_ctx))
1309 if (dyn_cast<clang::CXXMethodDecl>(decl_ctx))