Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp89 if (!isFunctionDecl()) in actOnParamCommandStart()
587 if (isFunctionDecl()) { in checkReturnsCommand()
712 if (!isFunctionDecl()) { in resolveParamCommandIndexes()
800 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema
809 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()
829 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
/external/clang/include/clang/AST/
DCommentSema.h205 bool isFunctionDecl();