HomeSort by relevance Sort by last modified time
    Searched refs:declarationReplaces (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 128 if (!D->declarationReplaces(OldD))
139 if (D->declarationReplaces(OldD)) {
Decl.h 173 /// declarationReplaces - Determine whether this declaration, if
180 bool declarationReplaces(NamedDecl *OldD) const;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 61 milliseconds