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.h128 class ReferencesOtherType {
130 ReferencesOtherType(const std::string &referenced_type) in ReferencesOtherType() function
133 ReferencesOtherType(std::string &&referenced_type) in ReferencesOtherType() function
136 ReferencesOtherType() {} in ReferencesOtherType() function
151 class TypeIR : public LinkableMessageIR, public ReferencesOtherType {
268 class CXXBaseSpecifierIR : public ReferencesOtherType {
272 : ReferencesOtherType(type), is_virtual_(is_virtual), access_(access) {} in CXXBaseSpecifierIR()
289 class TemplateElementIR : public ReferencesOtherType {
292 : ReferencesOtherType(std::move(type)) {} in TemplateElementIR()
295 : ReferencesOtherType(type) {} in TemplateElementIR()
[all …]
Dir_reader.h101 const IRReader &addend, ReferencesOtherType *references_type,
Dir_reader.cpp148 ReferencesOtherType *references_type, in MergeReferencingTypeInternal()