Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp248 assert(involvesFunctionType()); in fill()
260 assert(involvesFunctionType()); in fill()
272 assert(involvesFunctionType()); in fill()
357 assert(involvesFunctionType()); in fill()
H A DCommentSema.cpp89 if (!involvesFunctionType()) in actOnParamCommandStart()
565 if (involvesFunctionType()) { in checkReturnsCommand()
705 if (!involvesFunctionType()) { in resolveParamCommandIndexes()
793 bool Sema::involvesFunctionType() { in involvesFunctionType() function in clang::comments::Sema
798 return ThisDeclInfo->involvesFunctionType(); in involvesFunctionType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h201 bool involvesFunctionType();
H A DComment.h1073 bool involvesFunctionType() const { return !ReturnType.isNull(); } in involvesFunctionType() function