Home
last modified time | relevance | path

Searched defs:is_variadic (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1085 bool is_variadic) { in ParseObjCMethod()
1269 bool is_variadic = false; in ParseSubroutine() local
2427 bool is_variadic = false; in ConstructDemangledNameFromDWARF() local
3205 bool &is_variadic, bool &has_template_params, in ParseChildParameters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp793 bool is_variadic = false; in ParseFunctions() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp614 bool is_variadic = func_sig->isCVarArgs(); in CreateLLDBTypeFromPDBType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1195 bool is_variadic = IsCVarArgsFunction(arg_indices); in CreateFunctionType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2185 bool is_variadic, unsigned type_quals, clang::CallingConv cc, in CreateFunctionType()
8123 const CompilerType &method_clang_type, bool is_artificial, bool is_variadic, in AddMethodToObjCObjectType()