HomeSort by relevance Sort by last modified time
    Searched refs:FileLoc (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Rewrite/
DeltaTree.cpp 40 unsigned FileLoc;
45 Delta.FileLoc = Loc;
189 while (i != e && FileIndex > getValue(i).FileLoc)
194 if (i != e && getValue(i).FileLoc == FileIndex) {
221 if (InsertRes->Split.FileLoc > FileIndex)
264 if (SubSplit.FileLoc < InsertRes->Split.FileLoc)
272 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc.
274 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
102 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
128 SourceLocation getFileLoc() const { return FileLoc; }
  /external/clang/lib/Lex/
Lexer.cpp 119 FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)),
132 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts,
134 : FileLoc(fileloc), LangOpts(langOpts) {
147 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) {
193 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
490 SourceLocation FileLoc = SM.getSpellingLoc(Loc);
491 SourceLocation BeginFileLoc = getBeginningOfFileToken(FileLoc, SM, LangOpts);
492 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 193 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
194 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 630 SourceLocation FileLoc = SM.getFileLoc(Loc);
631 FileID FID = SM.getFileID(FileLoc);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 5251 milliseconds