Searched refs:getDecomposedSpellingLoc (Results 1 – 2 of 2) sorted by relevance
907 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL); in getCharacterData()957 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingColumnNumber()1153 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingLineNumber()
792 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc() function