Home
last modified time | relevance | path

Searched refs:isClassOrStructDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h214 bool isClassOrStructDecl();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp861 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
882 bool Sema::isClassOrStructDecl() { in isClassOrStructDecl() function in clang::comments::Sema