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

  /external/clang/include/clang/AST/
Redeclarable.h 123 DeclLink RedeclLink;
127 return RedeclLink.getNext(static_cast<const decl_type *>(this));
132 : RedeclLink(LatestDeclLink(Ctx)), First(static_cast<decl_type *>(this)) {}
137 if (RedeclLink.NextIsPrevious())
155 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); }
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 154 milliseconds