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 351 virtual NamespaceDecl *getPreviousDeclImpl() {
758 virtual VarDecl *getPreviousDeclImpl() {
    [all...]
DeclBase.h 709 virtual Decl *getPreviousDeclImpl() { return 0; }
767 Decl *getPreviousDecl() { return getPreviousDeclImpl(); }
772 return const_cast<Decl *>(this)->getPreviousDeclImpl();
    [all...]
DeclObjC.h 702 virtual ObjCInterfaceDecl *getPreviousDeclImpl() {
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 571 static Decl *getPreviousDeclImpl(...) {
576 static const Decl *getPreviousDeclImpl(const Redeclarable<T> *D) {
585 return getPreviousDeclImpl(cast<DERIVED##Decl>(D));
    [all...]

Completed in 80 milliseconds