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

  /external/clang/include/clang/AST/
Decl.h 334 virtual NamespaceDecl *getPreviousDeclImpl() {
743 virtual VarDecl *getPreviousDeclImpl() {
    [all...]
DeclBase.h 690 virtual Decl *getPreviousDeclImpl() { return 0; }
748 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
753 return const_cast<Decl *>(this)->getPreviousDeclImpl();
    [all...]
DeclObjC.h 696 virtual ObjCInterfaceDecl *getPreviousDeclImpl() {
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 514 static Decl *getPreviousDeclImpl(...) {
519 static const Decl *getPreviousDeclImpl(const Redeclarable<T> *D) {
528 return getPreviousDeclImpl(cast<DERIVED##Decl>(D));
    [all...]

Completed in 29 milliseconds