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;
168 std::map<Location, Declaration> declarations;
DPreprocessor.cpp136 using GuardMap = std::map<Location, DeclarationAvailability>;
369 Location merged = current->first; in mergeGuards()
386 const Location& loc = it->first; in rewriteFile()
416 const Location& location = decl_it.first; in preprocessHeaders()
473 Location loc = it.first; in preprocessHeaders()
DDeclarationDatabase.cpp203 Location location = { in VisitDeclaratorDecl()
398 std::string to_string(const Location& loc) { in to_string()