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

  /external/clang/include/clang/AST/
Redeclarable.h 155 bool isFirstDecl() const { return RedeclLink.NextIsLatest(); }
195 if (Current->isFirstDecl()) {
272 bool isFirstDecl() const { return getFirstDecl() == this; }
DeclBase.h 838 bool isFirstDecl() const {
    [all...]

Completed in 36 milliseconds