Searched refs:getFileEntry (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp48 /// getFileEntry - Return the FileEntry corresponding to this FileID. Like
50 const FileEntry *PreprocessorLexer::getFileEntry() const { function in class:PreprocessorLexer
H A DHeaderSearch.cpp342 &File->getFileEntry(), Dir ? Dir : File->getFileEntry().getDir(),
588 StringRef FrameworkPath = File->getFileEntry().getDir()->getName();
612 &File->getFileEntry(), FrameworkPath, RequestingModule,
616 if (!HS.findUsableModuleForHeader(&File->getFileEntry(), getDir(),
817 HeaderFileInfo &ToHFI = getFileInfo(&FE->getFileEntry());
834 &FE->getFileEntry());
844 MSFE_FE = &FE->getFileEntry();
926 HeaderFileInfo &HFI = getFileInfo(&File->getFileEntry());
956 if (checkMSVCHeaderSearch(Diags, MSFE ? &MSFE->getFileEntry()
[all...]
H A DPPDirectives.cpp766 if ((FileEnt = ISEntry.ThePPLexer->getFileEntry()))
787 if (&FE->getFileEntry() == FromFile) {
805 Filename, &FE->getFileEntry());
814 if ((CurFileEnt = CurPPLexer->getFileEntry())) {
821 Filename, &FE->getFileEntry());
829 if ((CurFileEnt = ISEntry.ThePPLexer->getFileEntry())) {
836 FilenameLoc, Filename, &FE->getFileEntry());
1932 if (File && isPCHThroughHeader(&File->getFileEntry()))
1950 HeaderInfo.getFileInfo(&File->getFileEntry()).NumIncludes)
2026 FileCharacter = std::max(HeaderInfo.getFileDirFlavor(&File->getFileEntry()),
[all...]
H A DPragma.cpp412 HeaderInfo.MarkFileIncludeOnce(getCurrentFileLexer()->getFileEntry());
473 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
531 const FileEntry *CurFile = getCurrentFileLexer()->getFileEntry();
H A DPPLexerChange.cpp332 if (const FileEntry *FE = CurPPLexer->getFileEntry()) {
H A DPPMacroExpansion.cpp1235 PP.getHeaderSearchInfo().getFileDirFlavor(&File->getFileEntry());
1272 LookupFromFile = PP.getCurrentLexer()->getFileEntry();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h157 /// getFileEntry - Return the FileEntry corresponding to this FileID. Like
159 const FileEntry *getFileEntry() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp266 *P.asLocation().getExpansionLoc().getFileEntry(),
297 *Diag.getLocation().asLocation().getExpansionLoc().getFileEntry(),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h141 const FileEntry &getFileEntry() const { return *Entry; } function in class:clang::FileEntryRef
H A DSourceLocation.h405 const FileEntry *getFileEntry() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp202 const FileEntry *FullSourceLoc::getFileEntry() const { function in class:FullSourceLoc
H A DFileManager.cpp198 return &Result->getFileEntry();
414 const FileEntry &VFE = VF.getFileEntry();
H A DSourceManager.cpp592 &SourceFile.getFileEntry(), isSystem(FileCharacter));
766 const FileEntry *FE = &BypassFile->getFileEntry();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp300 Headers.push_back({std::string(Name), &FE->getFileEntry()});
H A DVerifyDiagnosticConsumer.cpp557 const FileEntry *FE = &File->getFileEntry();
H A DCompilerInstance.cpp859 if (File.getFileEntry().isNamedPipe()) {
861 FileMgr.getBufferForFile(&File.getFileEntry(), /*isVolatile=*/true);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp9335 auto *CurFile = PP.getCurrentFileLexer()->getFileEntry();

Completed in 240 milliseconds