Searched refs:isFunctionDecl (Results 1 – 2 of 2) sorted by relevance
89 if (!isFunctionDecl()) in actOnParamCommandStart()589 if (isFunctionDecl()) { in checkReturnsCommand()714 if (!isFunctionDecl()) { in resolveParamCommandIndexes()802 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema811 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()831 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
205 bool isFunctionDecl();