HomeSort by relevance Sort by last modified time
    Searched refs:getLocForStartOfFile (Results 1 - 25 of 29) 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);
290 SourceMgr.getLocForStartOfFile(CurPPLexer->getFileID()) ==
391 = SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
429 = 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 591 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 198 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
230 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
414 Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(),
469 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 261 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 310 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
378 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());
  /external/clang/lib/Tooling/
Refactoring.cpp 64 SM.getLocForStartOfFile(ID).
  /external/clang/tools/clang-format/
ClangFormat.cpp 213 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]);
  /external/clang/include/clang/Frontend/
ASTUnit.h 196 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 235 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset);
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID);
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [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/Format/
Format.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...]

Completed in 927 milliseconds

1 2