Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp112 AddToODRListMap(key, &(it->second)); in AddRecordType()
123 AddToODRListMap(key, &(it->second)); in AddFunctionType()
133 AddToODRListMap(it->second.GetUniqueId() + it->second.GetSourceFile(), in AddEnumType()
Dir_reader.cpp243 module_->AddToODRListMap(key, &(it->second)); in UpdateUDTypeAccounting()
Dir_representation.h874 void AddToODRListMap(const std::string &key, const TypeIR *value) { in AddToODRListMap() function