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 143 if (NamedDecl *OldD = getAsDecl()) {
144 if (!D->declarationReplaces(OldD))
154 NamedDecl *OldD = *OD;
155 if (D->declarationReplaces(OldD)) {
170 if (NamedDecl *OldD = getAsDecl()) {
172 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 904 NamedDecl *OldD = *I;
907 if (isa<UsingShadowDecl>(OldD)) {
914 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
925 if (FunctionTemplateDecl *OldT = dyn_cast<FunctionTemplateDecl>(OldD)) {
935 } else if (FunctionDecl *OldF = dyn_cast<FunctionDecl>(OldD)) {
945 } else if (isa<UsingDecl>(OldD)) {
949 } else if (isa<TagDecl>(OldD)) {
951 } else if (isa<UnresolvedUsingValueDecl>(OldD)) {
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 82 milliseconds