Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRedeclarable.h215 decl_type *getFirstDecl() { return First; } in getFirstDecl() function
219 const decl_type *getFirstDecl() const { return First; } in getFirstDecl() function
318 decl_type *getFirstDecl() { in getFirstDecl() function
327 const decl_type *getFirstDecl() const { in getFirstDecl() function