Home
last modified time | relevance | path

Searched refs:ReferencesOtherType (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_representation.h136 class ReferencesOtherType {
138 ReferencesOtherType(const std::string &referenced_type) in ReferencesOtherType() function
141 ReferencesOtherType(std::string &&referenced_type) in ReferencesOtherType() function
144 ReferencesOtherType() {} in ReferencesOtherType() function
159 class TypeIR : public LinkableMessageIR, public ReferencesOtherType {
262 class CXXBaseSpecifierIR : public ReferencesOtherType {
266 : ReferencesOtherType(type), is_virtual_(is_virtual), access_(access) {} in CXXBaseSpecifierIR()
283 class TemplateElementIR : public ReferencesOtherType {
286 : ReferencesOtherType(std::move(type)) {} in TemplateElementIR()
289 : ReferencesOtherType(type) {} in TemplateElementIR()
[all …]
/development/vndk/tools/header-checker/src/linker/
Dmodule_merger.h115 const repr::ModuleIR &addend, repr::ReferencesOtherType *references_type,
Dmodule_merger.cpp123 const repr::ModuleIR &addend, repr::ReferencesOtherType *references_type, in MergeReferencingTypeInternal()