Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentSema.h203 bool isFunctionDecl();
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp801 bool Sema::isFunctionDecl() { in isFunctionDecl() function in clang::comments::Sema
810 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isAnyFunctionDecl()
823 return isFunctionDecl() && ThisDeclInfo->CurrentDecl && in isObjCMethodDecl()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1481 static bool isFunctionDecl(clang::DeclContext &context) { in isFunctionDecl() function
1621 if (isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForSimpleContext()
1646 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()