Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h216 decl_type *getFirstDecl() { return First; } in getFirstDecl() function
220 const decl_type *getFirstDecl() const { return First; } in getFirstDecl() function
320 decl_type *getFirstDecl() { in getFirstDecl() function
329 const decl_type *getFirstDecl() const { in getFirstDecl() function