Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h222 bool isFunctionTemplateDecl();
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0; in checkFunctionDeclVerbatimLine()
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0; in checkFunctionDeclVerbatimLine()
930 bool Sema::isFunctionTemplateDecl() { in isFunctionTemplateDecl() function in clang::comments::Sema