Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h203 bool isFunctionDecl();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp800 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema
809 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()
822 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1230 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() function
1400 if (isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForSimpleContext()
1424 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()