| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A 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() 364 SourceMgr.getLocForStartOfFile(CurPPLexer->getFileID()) == in HandleEndOfFile() 469 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID()); in HandleEndOfFile()
|
| H A D | ScratchBuffer.cpp | 71 BufferStartLoc = SourceMgr.getLocForStartOfFile(FID); in AllocScratchBuffer()
|
| H A 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()
|
| H A D | TokenLexer.cpp | 602 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID), in PasteTokens()
|
| H A D | PTHLexer.cpp | 42 FileStartLoc = PP.getSourceManager().getLocForStartOfFile(FID); in PTHLexer()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A 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()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A 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()
|
| H A D | Indexing.cpp | 262 SourceLocation MainFileLoc = SM.getLocForStartOfFile(SM.getMainFileID()); in FileChanged()
|
| H A D | CIndex.cpp | 4707 SourceLocation Start = TU->getSourceManager().getLocForStartOfFile(MainID); in getRawCursorExtent() 5361 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in getTokens() 5949 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first), in annotatePreprocessorTokens()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A 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()
|
| H A D | ObjCMT.cpp | 2177 SM.getLocForStartOfFile(FID).getLocWithOffset(Entry.Offset); in applyEditsToTemp()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Edit/ |
| H A D | Commit.cpp | 20 SourceLocation Loc = SM.getLocForStartOfFile(Offset.getFID()); in getFileLocation() 32 SourceLocation Loc = SM.getLocForStartOfFile(InsertFromRangeOffs.getFID()); in getInsertFromRange()
|
| H A D | EditedSource.cpp | 314 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID()); in applyRewrite() 382 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID()); in getSourceText()
|
| /minix3/external/bsd/llvm/dist/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 167 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]); in fillRanges()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 68 SM.getLocForStartOfFile(ID). in apply()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 215 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID()); in getSourceRange()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2527 SourceLocation FileLoc = SrcMgr.getLocForStartOfFile(FID); in TranslateStoredDiagnostics() 2673 = SourceMgr->getLocForStartOfFile(SourceMgr->getMainFileID()); in mapLocationFromPreamble() 2694 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID); in mapLocationToPreamble() 2742 return SourceMgr->getLocForStartOfFile(FID); in getStartOfMainFileID()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 284 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset); in ConvertBackendLocation()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Format/ |
| H A D | Format.cpp | 1036 Lex.reset(new Lexer(SourceMgr.getLocForStartOfFile(ID), in resetLexer() 1379 SourceLocation StartOfFile = SourceMgr.getLocForStartOfFile(ID); in reformat()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 607 SourceLocation Start = FormatRewriterContext.Sources.getLocForStartOfFile(ID) in formatTextOfDeclaration()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 987 SourceLocation getLocForStartOfFile(FileID FID) const { in getLocForStartOfFile() function
|
| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 59 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File); in parseString()
|
| H A D | CommentLexer.cpp | 65 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File); in lexString()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1496 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
|