Home
last modified time | relevance | path

Searched refs:compilation_unit_path_ (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp112 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddRecordType()
123 AddToODRListMap(key, &(it->second), compilation_unit_path_); in AddFunctionType()
134 AddToODRListMap(key, (&it->second), compilation_unit_path_); in AddEnumType()
221 return definition.compilation_unit_path_; in GetCompilationUnitPath()
Dir_representation.h763 : type_ir_(type_ir), compilation_unit_path_(*compilation_unit_path) {} in TypeDefinition()
766 const std::string &compilation_unit_path_; variable
775 return compilation_unit_path_; in GetCompilationUnitPath()
779 compilation_unit_path_ = compilation_unit_path; in SetCompilationUnitPath()
900 std::string compilation_unit_path_;