Searched refs:isFunctionDecl (Results 1 – 3 of 3) sorted by relevance
203 bool isFunctionDecl();
801 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema810 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()823 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
1228 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() function1398 if (isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForSimpleContext()1422 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()