Searched refs:type_quals (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h352 unsigned type_quals);
359 unsigned type_quals)
366 type_quals);
355 CreateFunctionType(const ClangASTType &result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c149 int type_quals; /* The type qualifiers. */ member in struct:work_stuff
602 qualifier_string (int type_quals) argument
604 switch (type_quals)
1176 s4 = work->type_quals;
1178 work->type_quals = TYPE_UNQUALIFIED;
1224 work->type_quals = s4;
1457 work->type_quals |= code_for_qualifier (**mangled);
1687 if (work->type_quals != TYPE_UNQUALIFIED)
1690 string_append (declp, qualifier_string (work->type_quals));
3542 int type_quals; local
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h370 unsigned &type_quals,
H A DSymbolFileDWARF.cpp4148 unsigned &type_quals,
4243 type_quals |= clang::Qualifiers::Const;
4245 type_quals |= clang::Qualifiers::Volatile;
6371 unsigned type_quals = 0; local
6510 type_quals,
6519 type_quals);
4139 ParseChildParameters(const SymbolContext& sc, clang::DeclContext *containing_decl_ctx, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, bool skip_artificial, bool &is_static, TypeList* type_list, std::vector<ClangASTType>& function_param_types, std::vector<clang::ParmVarDecl*>& function_param_decls, unsigned &type_quals, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1960 unsigned type_quals)
1971 proto_info.TypeQuals = type_quals;
1955 CreateFunctionType(ASTContext *ast, const ClangASTType& result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument

Completed in 98 milliseconds