Home
last modified time | relevance | path

Searched refs:getDecomposedLoc (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/lib/AST/
DRawCommentList.cpp128 SourceMgr.getDecomposedLoc(Range.getBegin()); in RawComment()
158 SourceMgr.getDecomposedLoc(Range.getBegin()); in getRawTextSlow()
159 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd()); in getRawTextSlow()
227 std::pair<FileID, unsigned> Loc1Info = SM.getDecomposedLoc(Loc1); in onlyWhitespaceBetween()
228 std::pair<FileID, unsigned> Loc2Info = SM.getDecomposedLoc(Loc2); in onlyWhitespaceBetween()
DCommentLexer.cpp843 std::pair<FileID, unsigned> LocInfo = SourceMgr.getDecomposedLoc(Loc); in getSpelling()
/external/clang/lib/Basic/
DSourceLocation.cpp140 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { in getDecomposedLoc() function in FullSourceLoc
141 return SrcMgr->getDecomposedLoc(*this); in getDecomposedLoc()
DSourceManager.cpp908 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getSpellingLocSlowCase()
968 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getImmediateSpellingLoc()
1026 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc); in isAtStartOfImmediateMacroExpansion()
1861 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc); in associateFileChunkWithMacroArgExp()
1940 std::tie(FID, Offset) = getDecomposedLoc(Loc); in getMacroArgExpandedLocation()
1986 DecompLoc = getDecomposedLoc(UpperLoc); in getDecomposedIncludedLoc()
2040 std::pair<FileID, unsigned> LOffs = getDecomposedLoc(LHS); in isBeforeInTranslationUnit()
2041 std::pair<FileID, unsigned> ROffs = getDecomposedLoc(RHS); in isBeforeInTranslationUnit()
/external/clang/lib/Edit/
DCommit.cpp238 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsert()
273 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canInsertAfterToken()
311 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(range.getBegin()); in canRemoveRange()
312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange()
/external/clang/tools/libclang/
DCXSourceLocation.cpp269 *offset = SM.getDecomposedLoc(ExpansionLoc).second; in clang_getExpansionLocation()
332 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellLoc); in clang_getSpellingLocation()
368 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc); in clang_getFileLocation()
DCIndexHigh.cpp198 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in findFileIdRefVisit()
293 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in findFileMacroRefVisit()
365 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in visit()
DIndexing.cpp202 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc); in getRegion()
320 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc); in shouldSkipFunctionBody()
DCXIndexDataConsumer.cpp1020 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc)); in markEntityOccurrenceInFile()
1115 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in translateLoc()
/external/clang/lib/Tooling/Core/
DReplacement.cpp109 Sources.getDecomposedLoc(Start); in setFromSourceLocation()
124 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin); in getRangeSize()
125 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd); in getRangeSize()
/external/clang/lib/Index/
DIndexingContext.cpp74 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc); in importedModule()
251 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc); in handleDeclOccurrence()
DUSRGeneration.cpp33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc); in printLoc()
/external/clang/lib/ARCMigrate/
DTransforms.cpp146 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in findSemiAfterLocation()
393 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in rewritePropertyAttribute()
474 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); in addPropertyAttribute()
DObjCMT.cpp1793 std::tie(FID, Offset) = SourceMgr.getDecomposedLoc(Loc); in writeLoc()
1806 SourceMgr.getDecomposedLoc(Range.getBegin()); in writeRemove()
1808 SourceMgr.getDecomposedLoc(Range.getEnd()); in writeRemove()
DTransformActions.cpp425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canReplaceText()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp855 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B); in emitDiagnosticLoc()
856 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E); in emitDiagnosticLoc()
1087 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in emitSnippetAndCaret()
1254 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits()
1255 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits()
/external/clang/lib/Lex/
DLexer.cpp291 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in getSpelling()
430 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in getRawToken()
453 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in getBeginningOfFileToken()
520 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc); in GetBeginningOfToken()
522 = SM.getDecomposedLoc(BeginFileLoc); in GetBeginningOfToken()
846 std::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin); in makeRangeFromFileLocs()
933 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(Range.getBegin()); in getSourceText()
999 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc); in getImmediateMacroName()
1024 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc); in getImmediateMacroNameForDiagnostics()
1195 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); in findLocationAfterToken()
/external/clang/include/clang/Basic/
DSourceLocation.h305 std::pair<FileID, unsigned> getDecomposedLoc() const;
DSourceManager.h1114 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc() function
1169 return getDecomposedLoc(SpellingLoc).second; in getFileOffset()
/external/clang/lib/Rewrite/
DRewriter.cpp215 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc); in getLocationOffsetAndFileID()
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp491 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc(); in HandlePiece()
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp1026 Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
1034 SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
/external/clang/unittests/Format/
DCleanupTest.cpp283 Context.Sources.getDecomposedLoc(Context.getLocation(ID, Line, Column)); in getOffset()
/external/clang/lib/Format/
DFormatTokenLexer.cpp321 std::tie(ID, FirstInLineOffset) = SourceMgr.getDecomposedLoc( in tryMergeConflictMarkers()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp585 manager.getDecomposedLoc(method->getLocStart()); in CheckVirtualSpecifiers()

12