HomeSort by: relevance | last modified time | path
    Searched refs:getFileEntryForID (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessorLexer.cpp 51 return PP->getSourceManager().getFileEntryForID(getFileID());
PPLexerChange.cpp 86 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) {
457 SourceMgr.getFileEntryForID(CurPPLexer->getFileID())))
Preprocessor.cpp 421 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()) == File) {
551 if (const FileEntry *FE = SourceMgr.getFileEntryForID(MainFileID))
600 return FE == SourceMgr.getFileEntryForID(PCHThroughHeaderFileID);
PPDirectives.cpp 663 if (const FileEntry *EntryOfIncl = SourceMgr.getFileEntryForID(IDOfIncl)) {
690 auto *FE = SM.getFileEntryForID(ID);
762 const FileEntry *FileEnt = SourceMgr.getFileEntryForID(FID);
781 SourceMgr.getFileEntryForID(SourceMgr.getMainFileID())))
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 121 const FileEntry *FE = SM.getFileEntryForID(FID);
151 const FileEntry *FE = SM.getFileEntryForID(FID);
DependencyGraph.cpp 84 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
VerifyDiagnosticConsumer.cpp 743 const FileEntry *FE = SrcManager->getFileEntryForID(FID);
874 if (const FileEntry *File = SourceMgr->getFileEntryForID(
927 const FileEntry *DiagFile = SM.getFileEntryForID(SM.getFileID(DiagnosticLoc));
931 return (DiagFile == SM.getFileEntryForID(SM.getFileID(DirectiveLoc)));
1032 const FileEntry *FE = SM.getFileEntryForID(FID);
FrontendAction.cpp 437 const FileEntry *ModuleMap = SrcMgr.getFileEntryForID(ModuleMapID);
506 if (*OriginalModuleMap != CI.getSourceManager().getFileEntryForID(
626 if (auto *File = OldSM.getFileEntryForID(ID))
PrecompiledPreamble.cpp 128 SM.getFileEntryForID(SM.getFileID(IncludeTok.getLocation())))
450 *FileOrErr == SourceMgr.getFileEntryForID(SourceMgr.getMainFileID()))
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
HTMLPrint.cpp 65 const FileEntry* Entry = R.getSourceMgr().getFileEntryForID(FID);
FixItRewriter.cpp 96 const FileEntry *Entry = Rewrite.getSourceMgr().getFileEntryForID(I->first);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
PlistReporter.cpp 75 EmitString(o << " ", SM.getFileEntryForID(FID)->getName()) << '\n';
ARCMT.cpp 602 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID);
  /src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp 87 SM.getFileEntryForID(SM.getMainFileID())->tryGetRealPathName());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp 331 *file = const_cast<FileEntry *>(SM.getFileEntryForID(FID));
367 *file = const_cast<FileEntry *>(SM.getFileEntryForID(FID));
CIndexHigh.cpp 291 if (SM.getFileEntryForID(LocInfo.first) != data->File)
363 if (SM.getFileEntryForID(LocInfo.first) != File)
Indexing.cpp 258 DataConsumer.enteredMainFile(SM.getFileEntryForID(SM.getMainFileID()));
398 const FileEntry *FE = SM.getFileEntryForID(FID);
CXIndexDataConsumer.cpp 938 return SM.getFileEntryForID(FID) == nullptr;
1021 const FileEntry *FE = SM.getFileEntryForID(FID);
1118 const FileEntry *FE = SM.getFileEntryForID(FID);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp 223 return SrcMgr->getFileEntryForID(getFileID());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 157 Instance.getSourceManager().getFileEntryForID(MainFileID)->getName());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFindingAction.cpp 248 << SourceMgr.getFileEntryForID(MainFileID)->getName() << SymbolOffset;
USRLocFinder.cpp 50 return SM.getFileEntryForID(FileIdAndOffset.first) != nullptr;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 289 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile);
349 os << "<h4 class=FileName>" << SMgr.getFileEntryForID(*I)->getName()
382 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
Rewriter.cpp 469 getSourceMgr().getFileEntryForID(I->first);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
AtomicChange.cpp 201 const FileEntry *FE = SM.getFileEntryForID(FileIDAndOffset.first);

Completed in 35 milliseconds

1 2