Searched refs:getLocation (Results 1 – 4 of 4) sorted by relevance
45 const Location& Lint::getLocation() const { in getLocation() function in android::Lint101 return os << setColor(DEFAULT, true) << lint.getLocation() << setColor(DEFAULT) << ": " in operator <<()
44 const Location& getLocation() const;
78 String8 getLocation() const;
106 String8 Tokenizer::getLocation() const { in getLocation() function in android::Tokenizer