Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1096 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL); in getCharacterData()
1165 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingColumnNumber()
1372 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingLineNumber()
/external/clang/include/clang/Basic/
DSourceManager.h1114 getDecomposedSpellingLoc(SourceLocation Loc) const { in getDecomposedSpellingLoc() function
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp180 FileID SpellingFile = SM.getDecomposedSpellingLoc(Loc).first; in gatherFileIDs()
/external/clang/tools/libclang/
DCIndex.cpp5368 = CXXUnit->getSourceManager().getDecomposedSpellingLoc(Loc); in clang_getTokenSpelling()
5410 = SourceMgr.getDecomposedSpellingLoc(Range.getBegin()); in getTokens()
5412 = SourceMgr.getDecomposedSpellingLoc(Range.getEnd()); in getTokens()
6000 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getBegin()); in annotatePreprocessorTokens()
6002 = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getEnd()); in annotatePreprocessorTokens()