/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 91 SourceLocation FileStart = SourceMgr.getLocForStartOfFile(FID); in EnterSourceFile() 99 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID); in EnterSourceFile() 152 SourceLocation EnterLoc = SourceMgr.getLocForStartOfFile(FID); in EnterSourceFileWithPTH() 345 SourceMgr.getLocForStartOfFile(CurPPLexer->getFileID()) == in HandleEndOfFile() 450 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID()); in HandleEndOfFile() 487 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID()); in HandleEndOfFile()
|
D | ScratchBuffer.cpp | 70 BufferStartLoc = SourceMgr.getLocForStartOfFile(FID); in AllocScratchBuffer()
|
D | Lexer.cpp | 111 FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)), in Lexer() 146 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) { in Lexer() 192 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID), in Create_PragmaLexer() 310 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, in getSpelling() 448 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, in getRawToken() 1185 Lexer lexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, File.begin(), in findLocationAfterToken()
|
D | TokenLexer.cpp | 585 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID), in PasteTokens()
|
D | PTHLexer.cpp | 43 FileStartLoc = PP.getSourceManager().getLocForStartOfFile(FID); in PTHLexer()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 222 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str()); in ReportDiag() 262 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str()); in ReportDiag() 475 Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(), in HandlePiece() 530 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()
|
/external/clang/tools/libclang/ |
D | CIndexHigh.cpp | 235 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); in findIdRefsInFile() 330 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); in findMacroRefsInFile() 395 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID)); in findIncludesInFile()
|
D | Indexing.cpp | 262 SourceLocation MainFileLoc = SM.getLocForStartOfFile(SM.getMainFileID()); in FileChanged()
|
D | CIndex.cpp | 4510 SourceLocation Start = TU->getSourceManager().getLocForStartOfFile(MainID); in getRawCursorExtent() 5164 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 5752 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 158 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation() 408 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute() 489 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in addPropertyAttribute()
|
D | ObjCMT.cpp | 2039 SM.getLocForStartOfFile(FID).getLocWithOffset(Entry.Offset); in applyEditsToTemp()
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 20 SourceLocation Loc = SM.getLocForStartOfFile(Offset.getFID()); in getFileLocation() 32 SourceLocation Loc = SM.getLocForStartOfFile(InsertFromRangeOffs.getFID()); in getInsertFromRange()
|
D | EditedSource.cpp | 308 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID()); in applyRewrite() 376 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText()
|
/external/clang/tools/clang-format/ |
D | ClangFormat.cpp | 167 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]); in fillRanges()
|
/external/clang/lib/Tooling/ |
D | Refactoring.cpp | 67 SM.getLocForStartOfFile(ID). in apply()
|
/external/clang/lib/Rewrite/Core/ |
D | HTMLRewrite.cpp | 277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS()
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 215 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID()); in getSourceRange()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2557 SourceLocation FileLoc = SrcMgr.getLocForStartOfFile(FID); in TranslateStoredDiagnostics() 2703 = SourceMgr->getLocForStartOfFile(SourceMgr->getMainFileID()); in mapLocationFromPreamble() 2724 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble() 2772 return SourceMgr->getLocForStartOfFile(FID); in getStartOfMainFileID()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 280 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset); in ConvertBackendLocation()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 608 SourceLocation Start = FormatRewriterContext.Sources.getLocForStartOfFile(ID) in formatTextOfDeclaration()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 983 SourceLocation getLocForStartOfFile(FileID FID) const { in getLocForStartOfFile() function
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 59 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File); in parseString()
|
D | CommentLexer.cpp | 65 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File); in lexString()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1505 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
|
/external/clang/lib/Format/ |
D | Format.cpp | 1990 SourceLocation StartOfFile = SourceMgr.getLocForStartOfFile(ID); in reformat()
|