Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentSema.h210 bool isFunctionPointerVarDecl();
/external/clang/lib/AST/
DCommentSema.cpp118 DiagSelect = !isFunctionPointerVarDecl() ? 5 : 0; in checkFunctionDeclVerbatimLine()
833 bool Sema::isFunctionPointerVarDecl() { in isFunctionPointerVarDecl() function in clang::comments::Sema