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.cpp997 bool is_variadic) { in ParseObjCMethod()
1180 bool is_variadic = false; in ParseSubroutine() local
2340 bool is_variadic = false; in ConstructDemangledNameFromDWARF() local
3124 bool skip_artificial, bool &is_static, bool &is_variadic, in ParseChildParameters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp794 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.cpp1194 bool is_variadic = IsCVarArgsFunction(arg_indices); CreateFunctionType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2166 unsigned num_args, bool is_variadic, unsigned type_quals, in CreateFunctionType()
8196 const CompilerType &method_clang_type, bool is_artificial, bool is_variadic, in AddMethodToObjCObjectType()