Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclGroup.h83 Decl *getSingleDecl() { in getSingleDecl() function
87 const Decl *getSingleDecl() const { in getSingleDecl() function
H A DStmt.h1306 const Decl *getSingleDecl() const { return DG.getSingleDecl(); } in getSingleDecl() function
1307 Decl *getSingleDecl() { return DG.getSingleDecl(); } in getSingleDecl() function