Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h208 bool isFunctionPointerVarDecl();
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp118 DiagSelect = !isFunctionPointerVarDecl() ? 5 : 0; in checkFunctionDeclVerbatimLine()
827 bool Sema::isFunctionPointerVarDecl() { in isFunctionPointerVarDecl() function in clang::comments::Sema