Home
last modified time | relevance | path

Searched refs:getDecomposedSpellingLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DSourceManager.cpp907 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()
/external/clang/include/clang/Basic/
DSourceManager.h792 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc() function