HomeSort by relevance Sort by last modified time
    Searched refs:FileID (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 61 void HandlePiece(Rewriter& R, FileID BugFileID,
64 void HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range,
126 FileID FID =
329 void HTMLDiagnostics::HandlePiece(Rewriter& R, FileID BugFileID,
342 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos);
473 std::pair<FileID, unsigned> LocInfo = L.getDecomposedLoc();
580 void HTMLDiagnostics::HighlightRange(Rewriter& R, FileID BugFileID,
  /external/clang/lib/Frontend/
DependencyFile.cpp 41 FileID PrevFID) override {
169 FileID PrevFID) override;
242 FileID PrevFID) {
TextDiagnostic.cpp 779 FileID FID = SM.getFileID(Loc);
826 FileID CaretFileID =
847 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
848 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
    [all...]
DiagnosticRenderer.cpp 50 // If the macro's spelling has no FileID, then it's actually a token paste
62 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
322 // iff the FileID is the same.
328 FileID CaretLocFileID = SM->getFileID(CaretLoc);
336 FileID BeginFileID = SM->getFileID(Begin);
337 FileID EndFileID = SM->getFileID(End);
342 llvm::SmallDenseMap<FileID, SourceLocation> BeginLocsMap;
460 // Map the ranges into the FileID of the diagnostic location.
SerializedDiagnosticPrinter.cpp 849 Record.push_back(FileLookup[Start.FileID]);
853 Record.push_back(FileLookup[End.FileID]);
869 MergedRecord.push_back(FileLookup[Location.FileID]);
888 Record.push_back(FileLookup[Start.FileID]);
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 106 static FileID createInMemoryFile(StringRef FileName, MemoryBuffer *Source,
124 static bool fillRanges(SourceManager &Sources, FileID ID,
221 FileID ID = createInMemoryFile(FileName, Code.get(), Sources, Files);
  /external/clang/lib/Edit/
Commit.cpp 238 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
273 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
311 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(range.getBegin());
312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd());
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 48 FileID mainFileID = SM.getMainFileID();
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 276 unsigned FileID = SDLoc.FileID;
277 if (FileID == 0)
280 LoadedLoc.file = const_cast<FileEntry *>(TopDiags->Files[FileID]);
Indexing.cpp 60 bool isParsed(SourceLocation Loc, FileID FID, const FileEntry *FE) {
187 bool isParsed(SourceLocation Loc, FileID FID, const FileEntry *FE) {
208 PPRegion getRegion(SourceLocation Loc, FileID FID, const FileEntry *FE) {
220 FileID RegionFID;
257 SrcMgr::CharacteristicKind FileType, FileID PrevFID) override {
368 FileID FID;
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 33 FileID ID = Context.createInMemoryFile("input.cc", Code);
  /external/clang/lib/Lex/
MacroInfo.cpp 52 std::pair<FileID, unsigned>
54 std::pair<FileID, unsigned>
PPLexerChange.cpp 71 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
151 FileID FID = CurPPLexer->getFileID();
390 FileID ExitedFID;
432 // but the main FileID was created before inserting the point.
434 // will point to the next FileID.
436 // inserted before the main FileID is created.
  /external/clang/include/clang/Lex/
PPCallbacks.h 51 FileID PrevFID = FileID()) {
334 FileID PrevFID) override {
Lexer.h 103 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP);
114 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer,
369 /// expansion or the range does not reside on the same FileID.
PreprocessingRecord.h 283 FileID FID) {
467 bool isEntityInFileID(iterator PPEI, FileID FID);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 327 // FileID::ElfFileIdentifier and LinuxDumper::ElfFileIdentifierForMapping
350 FileID fileid(exe_name);
351 EXPECT_TRUE(fileid.ElfFileIdentifier(identifier2));
354 FileID::ConvertIdentifierToString(identifier1, identifier_string1,
356 FileID::ConvertIdentifierToString(identifier2, identifier_string2,
minidump_writer_unittest.cc 141 FileID::ConvertIdentifierToString(kModuleGUID,
250 FileID::ConvertIdentifierToString(kModuleGUID,
414 FileID fileid(helper_path.c_str());
416 EXPECT_TRUE(fileid.ElfFileIdentifier(identifier));
418 FileID::ConvertIdentifierToString(identifier,
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 132 void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
  /external/clang/include/clang/Serialization/
Module.h 146 FileID OriginalSourceFileID;
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 97 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID,
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 187 unsigned FileID = Function->CountedRegions.front().FileID;
190 if (CR.FileID == FileID)
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 170 ASSERT_EQ(InputCMRs[I].FileID, OutputCMRs[I].FileID);
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 91 FileID FileId;
159 bool canModifyFile(FileID FID) {
175 FileID FID = PP.getSourceManager().getFileID(D->getLocation());
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 24 int FileID; // used to produce UniqueIDs
33 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {}
95 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
101 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
107 vfs::Status S(Path, Path, UniqueID(FSID, FileID++), sys::TimeValue::now(),
    [all...]

Completed in 3318 milliseconds

1 23 4 5