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

/external/clang/lib/Sema/
H A DTreeTransform.h7449 NamedDecl *InstD = static_cast<NamedDecl*>( local
7452 if (!InstD) {
7462 if (isa<UsingDecl>(InstD)) {
7463 UsingDecl *UD = cast<UsingDecl>(InstD);
7470 R.addDecl(InstD);
8190 NamedDecl *InstD = static_cast<NamedDecl*>( local
8193 if (!InstD) {
8205 if (isa<UsingDecl>(InstD)) {
8206 UsingDecl *UD = cast<UsingDecl>(InstD);
8213 R.addDecl(InstD);
[all...]

Completed in 89 milliseconds