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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h210 bool isAnyFunctionDecl();
/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;
780 bool Sema::isAnyFunctionDecl() { function in class:clang::comments::Sema
786 if (!isAnyFunctionDecl() && !isObjCMethodDecl())

Completed in 99 milliseconds