Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1104 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL); in getCharacterData()
1174 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingColumnNumber()
1386 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingLineNumber()
/external/clang/include/clang/Basic/
DSourceManager.h1147 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc() function
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp189 FileID SpellingFile = SM.getDecomposedSpellingLoc(Loc).first; in gatherFileIDs()
/external/clang/tools/libclang/
DCIndex.cpp5996 = CXXUnit->getSourceManager().getDecomposedSpellingLoc(Loc); in clang_getTokenSpelling()
6038 = SourceMgr.getDecomposedSpellingLoc(Range.getBegin()); in getTokens()
6040 = SourceMgr.getDecomposedSpellingLoc(Range.getEnd()); in getTokens()
6615 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getBegin()); in annotatePreprocessorTokens()
6617 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getEnd()); in annotatePreprocessorTokens()