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

  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 40 unsigned FileLoc;
45 Delta.FileLoc = Loc;
186 while (i != e && FileIndex > getValue(i).FileLoc)
191 if (i != e && getValue(i).FileLoc == FileIndex) {
218 if (InsertRes->Split.FileLoc > FileIndex)
261 if (SubSplit.FileLoc < InsertRes->Split.FileLoc)
269 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc.
271 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
    [all...]
  /external/clang/include/clang/AST/
CommentLexer.h 234 SourceLocation FileLoc;
316 return FileLoc.getLocWithOffset(CharNo);
350 SourceLocation FileLoc,
  /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/include/clang/Frontend/
ASTUnit.h 195 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
196 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 339 SourceLocation FileLoc = SM.getFileLoc(Loc);
340 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc);
IndexingContext.cpp 707 SourceLocation FileLoc = SM.getFileLoc(Loc);
708 FileID FID = SM.getFileID(FileLoc);
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 119 FileLoc(PP.getSourceManager().getLocForStartOfFile(FID)),
139 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts,
141 : FileLoc(fileloc), LangOpts(langOpts) {
154 : FileLoc(SM.getLocForStartOfFile(FID)), LangOpts(langOpts) {
200 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
531 SourceLocation FileLoc = SM.getSpellingLoc(Loc);
532 SourceLocation BeginFileLoc = getBeginningOfFileToken(FileLoc, SM, LangOpts);
533 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
557 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset)
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1986 milliseconds