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 127 if (NamedDecl *OldD = getAsDecl()) {
128 if (!D->declarationReplaces(OldD))
138 NamedDecl *OldD = *OD;
139 if (D->declarationReplaces(OldD)) {
154 if (NamedDecl *OldD = getAsDecl()) {
156 VT->push_back(OldD);
Decl.h 185 /// declaration OldD if introduced into scope. A declaration will
190 bool declarationReplaces(NamedDecl *OldD) const;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 828 NamedDecl *OldD = *I;
831 if (isa<UsingShadowDecl>(OldD)) {
838 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
849 if (FunctionTemplateDecl *OldT = dyn_cast<FunctionTemplateDecl>(OldD)) {
859 } else if (FunctionDecl *OldF = dyn_cast<FunctionDecl>(OldD)) {
869 } else if (isa<UsingDecl>(OldD)) {
873 } else if (isa<TagDecl>(OldD)) {
875 } else if (isa<UnresolvedUsingValueDecl>(OldD)) {
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 42 milliseconds