Searched defs:is_variadic (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 963 ParseObjCMethod(const ObjCLanguage::MethodName & objc_method,const DWARFDIE & die,CompilerType clang_type,const ParsedDWARFTypeAttributes & attrs,bool is_variadic) ParseObjCMethod() argument 1146 bool is_variadic = false; ParseSubroutine() local 2362 bool is_variadic = false; ConstructDemangledNameFromDWARF() local 3146 ParseChildParameters(clang::DeclContext * containing_decl_ctx,const DWARFDIE & parent_die,bool skip_artificial,bool & is_static,bool & is_variadic,bool & has_template_params,std::vector<CompilerType> & function_param_types,std::vector<clang::ParmVarDecl * > & function_param_decls,unsigned & type_quals) ParseChildParameters() argument [all...] |
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 794 bool is_variadic = false; ParseFunctions() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 614 bool is_variadic = func_sig->isCVarArgs(); in CreateLLDBTypeFromPDBType() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 1195 bool is_variadic = IsCVarArgsFunction(arg_indices); in CreateFunctionType() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2166 unsigned num_args, bool is_variadic, unsigned type_quals, in CreateFunctionType() argument 8196 AddMethodToObjCObjectType(const CompilerType & type,const char * name,const CompilerType & method_clang_type,bool is_artificial,bool is_variadic,bool is_objc_direct_call) AddMethodToObjCObjectType() argument
|