Home
last modified time | relevance | path

Searched defs:isFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp524 bool isFunctionDecl = CF && CF->isDeclaration(); in lowerCall() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1229 static bool isFunctionDecl(clang::DeclContext &context) { isFunctionDecl() function