Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentSema.h215 bool isRecordLikeDecl();
/external/clang/lib/AST/
DCommentSema.cpp170 if (!Info->IsRecordLikeDetailCommand || isRecordLikeDecl()) in checkContainerDecl()
863 bool Sema::isRecordLikeDecl() { in isRecordLikeDecl() function in clang::comments::Sema