Home
last modified time | relevance | path

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

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