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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h225 bool isFunctionTemplateDecl();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp101 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0;
104 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0;
871 bool Sema::isFunctionTemplateDecl() { function in class:clang::comments::Sema

Completed in 82 milliseconds