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

1 2

  /external/clang/lib/Rewrite/
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 237 SourceLocation FileLoc;
309 return FileLoc.getLocWithOffset(CharNo);
348 SourceLocation FileLoc,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentLexer.h 236 SourceLocation FileLoc;
308 return FileLoc.getLocWithOffset(CharNo);
347 SourceLocation FileLoc,
  /external/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 53 SourceLocation FileLoc; // Location for start of file.
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
134 SourceLocation getFileLoc() const { return FileLoc; }
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 367 SourceLocation FileLoc = SM.getFileLoc(Loc);
368 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(FileLoc);
  /external/llvm/tools/sancov/
sancov.cc 188 struct FileLoc {
189 bool operator<(const FileLoc &RHS) const {
212 FileLoc Loc;
709 return FileLoc{AI.FileName, AI.Line};
712 return FileLoc{AI.FileName, AI.Line};
716 const FileLoc &Loc = P.first;
786 typedef std::map<FileLoc, std::set<std::string>> FunctionLocs;
796 return FnLoc{FileLoc{AI.FileName, AI.Line}, AI.FunctionName};
815 auto FLoc = FileLoc{FileName, Loc.Loc.Line};
981 FileLoc Loc = FileLoc{FileName, Line}
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 217 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
218 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 214 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
215 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 214 SourceLocation FileLoc = SM.getLocForStartOfFile(SM.getPreambleFileID());
215 return SourceRange(FileLoc, FileLoc.getLocWithOffset(size()-1));
    [all...]

Completed in 672 milliseconds

1 2