Home
last modified time | relevance | path

Searched refs:isFunctionTemplateDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DCommentSema.cpp106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0; in checkFunctionDeclVerbatimLine()
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0; in checkFunctionDeclVerbatimLine()
814 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl()) in isFunctionOrMethodVariadic()
902 bool Sema::isFunctionTemplateDecl() { in isFunctionTemplateDecl() function in clang::comments::Sema
/external/clang/include/clang/AST/
DCommentSema.h221 bool isFunctionTemplateDecl();