/external/clang/lib/AST/ |
D | RawCommentList.cpp | 128 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()
|
D | CommentLexer.cpp | 843 std::pair<FileID, unsigned> LocInfo = SourceMgr.getDecomposedLoc(Loc); in getSpelling()
|
/external/clang/lib/Basic/ |
D | SourceLocation.cpp | 140 std::pair<FileID, unsigned> FullSourceLoc::getDecomposedLoc() const { in getDecomposedLoc() function in FullSourceLoc 141 return SrcMgr->getDecomposedLoc(*this); in getDecomposedLoc()
|
D | SourceManager.cpp | 908 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/ |
D | Commit.cpp | 238 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/ |
D | CXSourceLocation.cpp | 269 *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()
|
D | CIndexHigh.cpp | 198 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()
|
D | Indexing.cpp | 202 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc); in getRegion() 320 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc); in shouldSkipFunctionBody()
|
D | CXIndexDataConsumer.cpp | 1020 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/ |
D | Replacement.cpp | 109 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/ |
D | IndexingContext.cpp | 74 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc); in importedModule() 251 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc); in handleDeclOccurrence()
|
D | USRGeneration.cpp | 33 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(Loc); in printLoc()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 146 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()
|
D | ObjCMT.cpp | 1793 std::tie(FID, Offset) = SourceMgr.getDecomposedLoc(Loc); in writeLoc() 1806 SourceMgr.getDecomposedLoc(Range.getBegin()); in writeRemove() 1808 SourceMgr.getDecomposedLoc(Range.getEnd()); in writeRemove()
|
D | TransformActions.cpp | 425 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); in canReplaceText()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 855 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/ |
D | Lexer.cpp | 291 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/ |
D | SourceLocation.h | 305 std::pair<FileID, unsigned> getDecomposedLoc() const;
|
D | SourceManager.h | 1114 std::pair<FileID, unsigned> getDecomposedLoc(SourceLocation Loc) const { in getDecomposedLoc() function 1169 return getDecomposedLoc(SpellingLoc).second; in getFileOffset()
|
/external/clang/lib/Rewrite/ |
D | Rewriter.cpp | 215 std::pair<FileID,unsigned> V = SourceMgr->getDecomposedLoc(Loc); in getLocationOffsetAndFileID()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 491 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc(); in HandlePiece()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LocalizationChecker.cpp | 1026 Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr() 1034 SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL); in VisitObjCMessageExpr()
|
/external/clang/unittests/Format/ |
D | CleanupTest.cpp | 283 Context.Sources.getDecomposedLoc(Context.getLocation(ID, Line, Column)); in getOffset()
|
/external/clang/lib/Format/ |
D | FormatTokenLexer.cpp | 321 std::tie(ID, FirstInLineOffset) = SourceMgr.getDecomposedLoc( in tryMergeConflictMarkers()
|
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsConsumer.cpp | 585 manager.getDecomposedLoc(method->getLocStart()); in CheckVirtualSpecifiers()
|