Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h213 bool isFunctionOrBlockPointerVarLikeDecl();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp89 if (!isFunctionDecl() && !isFunctionOrBlockPointerVarLikeDecl()) in actOnParamCommandStart()
593 if (isFunctionDecl() || isFunctionOrBlockPointerVarLikeDecl()) { in checkReturnsCommand()
876 bool Sema::isFunctionOrBlockPointerVarLikeDecl() { in isFunctionOrBlockPointerVarLikeDecl() function in clang::comments::Sema