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.h125 class ReferencesOtherType {
127 ReferencesOtherType(const std::string &referenced_type) in ReferencesOtherType() function
130 ReferencesOtherType(std::string &&referenced_type) in ReferencesOtherType() function
133 ReferencesOtherType() {} in ReferencesOtherType() function
148 class TypeIR : public LinkableMessageIR, public ReferencesOtherType {
251 class CXXBaseSpecifierIR : public ReferencesOtherType {
255 : ReferencesOtherType(type), is_virtual_(is_virtual), access_(access) {} in CXXBaseSpecifierIR()
272 class TemplateElementIR : public ReferencesOtherType {
275 : ReferencesOtherType(std::move(type)) {} in TemplateElementIR()
278 : 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()