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);
166 if (NamedDecl *OldD = getAsDecl()) {
167 if (!D->declarationReplaces(OldD, IsKnownNewer))
177 NamedDecl *OldD = *OD;
178 if (D->declarationReplaces(OldD, IsKnownNewer)) {
195 if (NamedDecl *OldD = getAsDecl()) {
197 VT->push_back(OldD);
  /external/clang/lib/Sema/
SemaOverload.cpp 893 NamedDecl *OldD = *I;
896 if (isa<UsingShadowDecl>(OldD)) {
903 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
920 if (FunctionDecl *OldF = OldD->getAsFunction()) {
927 if (!isa<FunctionTemplateDecl>(OldD) &&
934 } else if (isa<UsingDecl>(OldD)) {
938 } else if (isa<TagDecl>(OldD)) {
940 } else if (isa<UnresolvedUsingValueDecl>(OldD))
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 50 milliseconds