Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDeclarationDatabase.h112 struct Location { struct
117 bool operator<(const Location& rhs) const { argument
122 std::string to_string(const Location& loc);
126 Location location;
165 std::map<Location, Declaration> declarations;
DPreprocessor.cpp136 using GuardMap = std::map<Location, DeclarationAvailability>;
380 Location merged = current->first; in mergeGuards()
397 const Location& loc = it->first; in rewriteFile()
425 const Location& location = decl_it.first; in preprocessHeaders()
482 Location loc = it.first; in preprocessHeaders()
DDeclarationDatabase.cpp126 Location location = { in VisitDecl()
348 std::string to_string(const Location& loc) { in to_string()