Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h209 bool isFunctionPointerVarDecl();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp118 DiagSelect = !isFunctionPointerVarDecl() ? 5 : 0; in checkFunctionDeclVerbatimLine()
862 bool Sema::isFunctionPointerVarDecl() { in isFunctionPointerVarDecl() function in clang::comments::Sema