Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h80 bool isSingleDecl() const { return getKind() == SingleDeclKind; } in isSingleDecl() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp20 AST_MATCHER(DeclStmt, isSingleDecl) { return Node.isSingleDecl(); } in AST_MATCHER() argument