HomeSort by relevance Sort by last modified time
    Searched refs:OldD (Results 1 - 6 of 6) 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);
Decl.h 180 /// declaration OldD if introduced into scope. A declaration will
185 bool declarationReplaces(NamedDecl *OldD) const;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
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...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 61 milliseconds