Searched refs:isClassOrStructDeclImpl (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp941 static bool isClassOrStructDeclImpl(const Decl *D) { function in namespace:clang::comments
957 return isClassOrStructDeclImpl(ThisDeclInfo->CurrentDecl);
969 if (isClassOrStructDeclImpl(ThisDeclInfo->CurrentDecl))
978 return isClassOrStructDeclImpl(ThisRecordType->getAsRecordDecl());

Completed in 142 milliseconds