Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h213 bool isRecordLikeDecl();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp175 if (!Info->IsRecordLikeDetailCommand || isRecordLikeDecl()) in checkContainerDecl()
858 bool Sema::isRecordLikeDecl() { in isRecordLikeDecl() function in clang::comments::Sema