Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h193 void checkContainerDecl(const BlockCommandComment *Comment);
/freebsd/contrib/llvm-project/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