Searched defs:InstD (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DTreeTransform.h7429 NamedDecl *InstD = static_cast<NamedDecl*>( local
7432 if (!InstD) {
7442 if (isa<UsingDecl>(InstD)) {
7443 UsingDecl *UD = cast<UsingDecl>(InstD);
7450 R.addDecl(InstD);
8170 NamedDecl *InstD = static_cast<NamedDecl*>( local
8173 if (!InstD) {
8185 if (isa<UsingDecl>(InstD)) {
8186 UsingDecl *UD = cast<UsingDecl>(InstD);
8193 R.addDecl(InstD);
[all...]

Completed in 78 milliseconds