Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp89 if (!isFunctionDecl() && !isFunctionOrBlockPointerVarLikeDecl()) in actOnParamCommandStart()
593 if (isFunctionDecl() || isFunctionOrBlockPointerVarLikeDecl()) { in checkReturnsCommand()
733 if (!isFunctionDecl()) { in resolveParamCommandIndexes()
821 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema
830 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()
835 if (!isFunctionDecl() || !ThisDeclInfo->CurrentDecl) in isFunctionOrMethodVariadic()
858 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h204 bool isFunctionDecl();