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...]