Searched refs:getLocForStartOfFile (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/lib/Lex/
H A DScratchBuffer.cpp70 BufferStartLoc = SourceMgr.getLocForStartOfFile(FID);
H A DPPLexerChange.cpp91 SourceLocation FileStart = SourceMgr.getLocForStartOfFile(FID);
99 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID);
152 SourceLocation EnterLoc = SourceMgr.getLocForStartOfFile(FID);
345 SourceMgr.getLocForStartOfFile(CurPPLexer->getFileID()) ==
450 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
487 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
H A DLexer.cpp111 FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)),
146 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) {
192 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
310 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options,
448 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts,
1185 Lexer lexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, File.begin(),
H A DPTHLexer.cpp43 FileStartLoc = PP.getSourceManager().getLocForStartOfFile(FID);
H A DTokenLexer.cpp585 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID),
/external/clang/tools/libclang/
H A DCIndexHigh.cpp235 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
330 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
395 SourceRange Range(SM.getLocForStartOfFile(FID), SM.getLocForEndOfFile(FID));
H A DIndexing.cpp262 SourceLocation MainFileLoc = SM.getLocForStartOfFile(SM.getMainFileID());
H A DCIndex.cpp4510 SourceLocation Start = TU->getSourceManager().getLocForStartOfFile(MainID);
5164 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
5752 Lexer Lex(SourceMgr.getLocForStartOfFile(BeginLocInfo.first),
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp222 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
262 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
475 Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(),
530 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos);
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp158 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
408 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
489 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
H A DObjCMT.cpp2039 SM.getLocForStartOfFile(FID).getLocWithOffset(Entry.Offset);
/external/clang/lib/Edit/
H A DCommit.cpp20 SourceLocation Loc = SM.getLocForStartOfFile(Offset.getFID());
32 SourceLocation Loc = SM.getLocForStartOfFile(InsertFromRangeOffs.getFID());
H A DEditedSource.cpp308 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
376 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());
/external/clang/tools/clang-format/
H A DClangFormat.cpp167 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]);
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID);
/external/clang/lib/Tooling/
H A DRefactoring.cpp67 SM.getLocForStartOfFile(ID).
/external/clang/include/clang/Frontend/
H A DASTUnit.h215 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp280 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset);
/external/clang/lib/Frontend/
H A DASTUnit.cpp2557 SourceLocation FileLoc = SrcMgr.getLocForStartOfFile(FID);
2703 = SourceMgr->getLocForStartOfFile(SourceMgr->getMainFileID());
2724 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID);
2772 return SourceMgr->getLocForStartOfFile(FID);
/external/clang/include/clang/Basic/
H A DSourceManager.h983 SourceLocation getLocForStartOfFile(FileID FID) const { function in class:clang::SourceManager
/external/clang/unittests/AST/
H A DCommentParser.cpp59 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
H A DCommentLexer.cpp65 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
/external/clang/lib/Basic/
H A DSourceManager.cpp1505 IncludeLoc = getLocForStartOfFile(LocInfo.first);
/external/clang/lib/Format/
H A DFormat.cpp1990 SourceLocation StartOfFile = SourceMgr.getLocForStartOfFile(ID);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp289 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),

Completed in 395 milliseconds

12