Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h198 void checkContainerDecl(const BlockCommandComment *Comment);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp58 checkContainerDecl(BC); in actOnBlockCommandStart()
170 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl() function in clang::comments::Sema