Searched defs:type_quals (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 1150 unsigned type_quals = 0; ParseSubroutine() local 2364 unsigned type_quals = 0; ConstructDemangledNameFromDWARF() local 3149 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
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 650 uint32_t type_quals = 0; in CreateLLDBTypeFromPDBType() 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
|