Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h204 bool isAnyFunctionDecl();
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0; in checkFunctionDeclVerbatimLine()
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0; in checkFunctionDeclVerbatimLine()
809 bool Sema::isAnyFunctionDecl() { in isAnyFunctionDecl() function in clang::comments::Sema