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

  /external/clang/include/clang/Lex/
Lexer.h 51 SourceLocation FileLoc; // Location for start of file.
100 Lexer(SourceLocation FileLoc, const LangOptions &Features,
126 SourceLocation getFileLoc() const { return FileLoc; }
  /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/tools/libclang/
CIndexHigh.cpp 216 SourceLocation FileLoc = SM.getLocForStartOfFile(FID);
227 if (SM.isBeforeInTranslationUnit(R.getEnd(), FileLoc))
IndexingContext.cpp 464 SourceLocation FileLoc = SM.getFileLoc(Loc);
465 FileID FID = SM.getFileID(FileLoc);
  /external/clang/include/clang/Frontend/
ASTUnit.h 198 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
199 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 520 milliseconds