Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h218 bool isRecordLikeDecl();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp172 if (!Info->IsRecordLikeDetailCommand || isRecordLikeDecl()) in checkContainerDecl()
922 bool Sema::isRecordLikeDecl() { in isRecordLikeDecl() function in clang::comments::Sema