Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DDeclarationDatabase.h111 struct Location { struct
116 bool operator<(const Location& rhs) const { argument
121 std::string to_string(const Location& loc);
125 Location location;
164 std::map<Location, Declaration> declarations;
DPreprocessor.cpp136 using GuardMap = std::map<Location, DeclarationAvailability>;
372 Location merged = current->first; in mergeGuards()
389 const Location& loc = it->first; in rewriteFile()
419 const Location& location = decl_it.first; in preprocessHeaders()
476 Location loc = it.first; in preprocessHeaders()
DDeclarationDatabase.cpp203 Location location = { in VisitDeclaratorDecl()
396 std::string to_string(const Location& loc) { in to_string()