Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp252 assert(involvesFunctionType()); in fill()
264 assert(involvesFunctionType()); in fill()
276 assert(involvesFunctionType()); in fill()
361 assert(involvesFunctionType()); in fill()
H A DCommentSema.cpp89 if (!involvesFunctionType()) in actOnParamCommandStart()
564 if (involvesFunctionType()) { in checkReturnsCommand()
704 if (!involvesFunctionType()) { in resolveParamCommandIndexes()
792 bool Sema::involvesFunctionType() { in involvesFunctionType() function in clang::comments::Sema
797 return ThisDeclInfo->involvesFunctionType(); in involvesFunctionType()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h201 bool involvesFunctionType();
H A DComment.h1079 bool involvesFunctionType() const { return !ReturnType.isNull(); }