Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclGroup.h80 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function
H A DStmt.h1304 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl() function