Searched refs:getDecomposedSpellingLoc (Results 1 – 4 of 4) sorted by relevance
1104 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL); in getCharacterData()1173 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingColumnNumber()1380 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingLineNumber()
1139 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc() function
174 FileID SpellingFile = SM.getDecomposedSpellingLoc(Loc).first; in gatherFileIDs()
5623 = CXXUnit->getSourceManager().getDecomposedSpellingLoc(Loc); in clang_getTokenSpelling()5665 = SourceMgr.getDecomposedSpellingLoc(Range.getBegin()); in getTokens()5667 = SourceMgr.getDecomposedSpellingLoc(Range.getEnd()); in getTokens()6245 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getBegin()); in annotatePreprocessorTokens()6247 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getEnd()); in annotatePreprocessorTokens()