Searched refs:isFunctionDecl (Results 1 – 3 of 3) sorted by relevance
89 if (!isFunctionDecl() && !isFunctionOrBlockPointerVarLikeDecl()) in actOnParamCommandStart()593 if (isFunctionDecl() || isFunctionOrBlockPointerVarLikeDecl()) { in checkReturnsCommand()733 if (!isFunctionDecl()) { in resolveParamCommandIndexes()821 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema830 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()835 if (!isFunctionDecl() || !ThisDeclInfo->CurrentDecl) in isFunctionOrMethodVariadic()858 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
204 bool isFunctionDecl();
1169 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() function1308 if (isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForSimpleContext()1333 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()