Home
last modified time | relevance | path

Searched refs:involvesFunctionType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp252 assert(involvesFunctionType()); in fill()
264 assert(involvesFunctionType()); in fill()
276 assert(involvesFunctionType()); in fill()
368 assert(involvesFunctionType()); in fill()
H A DCommentSema.cpp89 if (!involvesFunctionType()) in actOnParamCommandStart()
566 if (involvesFunctionType()) { in checkReturnsCommand()
706 if (!involvesFunctionType()) { in resolveParamCommandIndexes()
794 bool Sema::involvesFunctionType() { in involvesFunctionType() function in clang::comments::Sema
799 return ThisDeclInfo->involvesFunctionType(); in involvesFunctionType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h201 bool involvesFunctionType();