HomeSort by relevance Sort by last modified time
    Searched defs:OldD (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 90 if (NamedDecl *OldD = getAsDecl())
91 VT->push_back(OldD);
168 if (NamedDecl *OldD = getAsDecl()) {
169 if (!D->declarationReplaces(OldD))
179 NamedDecl *OldD = *OD;
180 if (D->declarationReplaces(OldD)) {
197 if (NamedDecl *OldD = getAsDecl()) {
199 VT->push_back(OldD);
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp 913 NamedDecl *OldD = *I;
916 if (isa<UsingShadowDecl>(OldD)) {
923 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
935 if (FunctionDecl *OldF = OldD->getAsFunction()) {
942 if (!isa<FunctionTemplateDecl>(OldD) &&
949 } else if (isa<UsingDecl>(OldD)) {
953 } else if (isa<TagDecl>(OldD)) {
955 } else if (isa<UnresolvedUsingValueDecl>(OldD)) {
    [all...]

Completed in 70 milliseconds