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

1 2

  /external/clang/lib/Lex/
ScratchBuffer.cpp 70 BufferStartLoc = SourceMgr.getLocForStartOfFile(FID);
PPLexerChange.cpp 91 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());
Lexer.cpp 111 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,
    [all...]
PTHLexer.cpp 43 FileStartLoc = PP.getSourceManager().getLocForStartOfFile(FID);
TokenLexer.cpp 585 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 222 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/
Transforms.cpp 158 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
408 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
489 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
ObjCMT.cpp     [all...]
  /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 262 SourceLocation MainFileLoc = SM.getLocForStartOfFile(SM.getMainFileID());
    [all...]
CIndex.cpp     [all...]
  /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/tools/clang-format/
ClangFormat.cpp 167 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i]);
  /external/clang/include/clang/Frontend/
ASTUnit.h 215 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
    [all...]
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID);
  /external/clang/lib/Tooling/
Refactoring.cpp 67 SM.getLocForStartOfFile(ID).
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 280 CSM.getLocForStartOfFile(FID).getLocWithOffset(Offset);
  /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 289 Lexer lexer(SM.getLocForStartOfFile(locInfo.first),
    [all...]

Completed in 263 milliseconds

1 2