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

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

Completed in 191 milliseconds