Home
last modified time | relevance | path

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

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