HomeSort by relevance Sort by last modified time
    Searched refs:getLocForStartOfFile (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/Lex/
ScratchBuffer.cpp 69 BufferStartLoc = SourceMgr.getLocForStartOfFile(FID);
PPLexerChange.cpp 91 SourceLocation FileStart = SourceMgr.getLocForStartOfFile(FID);
99 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID);
150 SourceLocation EnterLoc = SourceMgr.getLocForStartOfFile(FID);
269 SourceMgr.getLocForStartOfFile(CurPPLexer->getFileID()) ==
370 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
Lexer.cpp 119 FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)),
154 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) {
200 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
318 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options,
455 Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts,
    [all...]
PTHLexer.cpp 43 FileStartLoc = PP.getSourceManager().getLocForStartOfFile(FID);
TokenLexer.cpp 577 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID),
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 205 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
237 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
425 Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(),
480 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos);
  /external/clang/tools/libclang/
CIndexHigh.cpp 235 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));
Indexing.cpp 260 SourceLocation MainFileLoc = SM.getLocForStartOfFile(SM.getMainFileID());
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 157 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
403 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
486 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
  /external/clang/lib/Edit/
Commit.cpp 20 SourceLocation Loc = SM.getLocForStartOfFile(Offset.getFID());
32 SourceLocation Loc = SM.getLocForStartOfFile(InsertFromRangeOffs.getFID());
EditedSource.cpp 308 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
376 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());
  /external/clang/lib/Tooling/
Refactoring.cpp 64 SM.getLocForStartOfFile(ID).
  /external/clang/include/clang/Frontend/
ASTUnit.h 195 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 218 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset);
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 278 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID);
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 29 Context.Sources.getLocForStartOfFile(ID).getLocWithOffset(Offset);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 59 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
    [all...]
CommentLexer.cpp 65 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 299 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 733 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 402 milliseconds

1 2