Searched defs:getFirstDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DRedeclarable.h140 decl_type *getFirstDecl() { function in class:clang::Redeclarable
149 const decl_type *getFirstDecl() const { function in class:clang::Redeclarable
161 return getFirstDecl()->getNextRedeclaration();
166 return getFirstDecl()->getNextRedeclaration();
257 decl_type *getFirstDecl() { function in class:clang::Mergeable
266 const decl_type *getFirstDecl() const { function in class:clang::Mergeable
274 bool isFirstDecl() const { return getFirstDecl() == this; }

Completed in 98 milliseconds