Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp89 if (!isFunctionDecl() && !isFunctionOrBlockPointerVarLikeDecl()) in actOnParamCommandStart()
591 if (isFunctionDecl() || isFunctionOrBlockPointerVarLikeDecl()) { in checkReturnsCommand()
713 if (!isFunctionDecl()) { in resolveParamCommandIndexes()
801 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema
810 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()
815 if (!isFunctionDecl() || !ThisDeclInfo->CurrentDecl) in isFunctionOrMethodVariadic()
838 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h205 bool isFunctionDecl();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1160 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() function
1299 if (isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForSimpleContext()
1324 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()