Searched refs:isFunctionTemplateDecl (Results 1 – 2 of 2) sorted by relevance
106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0; in checkFunctionDeclVerbatimLine()109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0; in checkFunctionDeclVerbatimLine()816 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl()) in isFunctionOrMethodVariadic()904 bool Sema::isFunctionTemplateDecl() { in isFunctionTemplateDecl() function in clang::comments::Sema
221 bool isFunctionTemplateDecl();