Home
last modified time | relevance | path

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

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