Searched refs:involvesFunctionType (Results 1 – 4 of 4) sorted by relevance
248 assert(involvesFunctionType()); in fill()260 assert(involvesFunctionType()); in fill()272 assert(involvesFunctionType()); in fill()357 assert(involvesFunctionType()); in fill()
89 if (!involvesFunctionType()) in actOnParamCommandStart()565 if (involvesFunctionType()) { in checkReturnsCommand()705 if (!involvesFunctionType()) { in resolveParamCommandIndexes()793 bool Sema::involvesFunctionType() { in involvesFunctionType() function in clang::comments::Sema798 return ThisDeclInfo->involvesFunctionType(); in involvesFunctionType()
201 bool involvesFunctionType();
1073 bool involvesFunctionType() const { return !ReturnType.isNull(); } in involvesFunctionType() function