HomeSort by relevance Sort by last modified time
    Searched refs:ReferencesOtherType (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 113 class ReferencesOtherType {
123 ReferencesOtherType(const std::string &referenced_type)
126 ReferencesOtherType(std::string &&referenced_type)
129 ReferencesOtherType() { }
136 class TypeIR : public LinkableMessageIR , public ReferencesOtherType {
245 class CXXBaseSpecifierIR : public ReferencesOtherType {
249 ReferencesOtherType(type), is_virtual_(is_virtual), access_(access) { }
266 class TemplateElementIR : public ReferencesOtherType {
269 : ReferencesOtherType(std::move(type)) { }
272 : ReferencesOtherType(type) {
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation.cpp 177 ReferencesOtherType *references_type,

Completed in 102 milliseconds