Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVCallLowering.cpp524 bool isFunctionDecl = CF && CF->isDeclaration(); in lowerCall() local
530 if (isFunctionDecl && !DemangledName.empty() && in lowerCall()
548 if (isFunctionDecl && !GR->find(CF, &MF).isValid()) { in lowerCall()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentSema.h203 bool isFunctionDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDCommentSema.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-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.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()