Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentSema.h214 bool isClassOrStructDecl();
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp862 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() || in isRecordLikeDecl()
883 bool Sema::isClassOrStructDecl() { in isClassOrStructDecl() function in clang::comments::Sema