Searched refs:getFileEntry (Results 1 – 15 of 15) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileEntry.h | 70 const FileEntry &getFileEntry() const { in getFileEntry() function 85 return &LHS.getFileEntry() == &RHS.getFileEntry(); 88 return LHS == &RHS.getFileEntry(); 91 return &LHS.getFileEntry() == RHS; 106 return llvm::hash_value(&Ref.getFileEntry()); in hash_value() 143 /// lvalue = &rvalue.getFileEntry(); 151 operator const FileEntry *() const { return &getFileEntry(); } 283 return LHS == (RHS ? &RHS->getFileEntry() : nullptr); 286 return (LHS ? &LHS->getFileEntry() [all...] |
| H A D | SourceLocation.h | 416 const FileEntry *getFileEntry() const;
|
| H A D | SourceManager.h | 1644 return translateFile(&SourceFile.getFileEntry());
|
| /freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessorLexer.cpp | 50 OptionalFileEntryRef PreprocessorLexer::getFileEntry() const { in getFileEntry() function in PreprocessorLexer
|
| H A D | PPDirectives.cpp | 1009 if ((FileEnt = ISEntry.ThePPLexer->getFileEntry())) in LookupFile() 1030 if (&FE->getFileEntry() == FromFile) { in LookupFile() 1052 if ((CurFileEnt = CurPPLexer->getFileEntry())) { in LookupFile() 1063 if ((CurFileEnt = ISEntry.ThePPLexer->getFileEntry())) { in LookupFile() 1360 ? *getCurrentFileLexer()->getFileEntry() in GetLineValue() 2023 if (auto FE = CurPPLexer->getFileEntry()) in LookupHeaderIncludeOrImport() 2300 if (File && isPCHThroughHeader(&File->getFileEntry())) in HandleHeaderIncludeOrImport() 2469 SourceMgr.isMainFile(File->getFileEntry())) { in HandleHeaderIncludeOrImport() 2500 !IsMapped && !File->getFileEntry().tryGetRealPathName().empty(); in HandleHeaderIncludeOrImport() 2511 StringRef RealPathName = File->getFileEntry() in HandleHeaderIncludeOrImport() [all...] |
| H A D | HeaderSearch.cpp | 462 *File, Dir ? Dir : File->getFileEntry().getDir(), RequestingModule, in LookupFile() 527 if (!HS.findUsableModuleForHeader(File, File.getFileEntry().getDir(), in LookupFile() 1141 if (checkMSVCHeaderSearch(Diags, MSFE, &File->getFileEntry(), IncludeLoc)) { in LookupFile() 1179 File ? &File->getFileEntry() : nullptr, in LookupSubframeworkHeader()
|
| H A D | Pragma.cpp | 429 HeaderInfo.MarkFileIncludeOnce(*getCurrentFileLexer()->getFileEntry()); in HandlePragmaOnce() 494 HeaderInfo.MarkFileSystemHeader(*TheLexer->getFileEntry()); in HandlePragmaSystemHeader() 551 OptionalFileEntryRef CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency()
|
| H A D | PPLexerChange.cpp | 369 if (OptionalFileEntryRef FE = CurPPLexer->getFileEntry()) { in HandleEndOfFile()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 211 return &Result->getFileEntry(); in getFileRef() 372 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry()); in getSTDIN() 387 return &getVirtualFileRef(Filename, Size, ModificationTime).getFileEntry(); in getSTDIN() 488 BFE->Dir = VF.getFileEntry().Dir; in getBypassFile() 535 const FileEntry *Entry = &FE.getFileEntry(); in fillRealPathName()
|
| H A D | SourceLocation.cpp | 225 const FileEntry *FullSourceLoc::getFileEntry() const { in getFileEntry() function in FullSourceLoc
|
| H A D | Sarif.cpp | 39 StringRef Filename = FE.getFileEntry().tryGetRealPathName(); in getFileName()
|
| H A D | SourceManager.cpp | 729 assert(isFileOverridden(&File.getFileEntry()));
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorLexer.h | 160 OptionalFileEntryRef getFileEntry() const;
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 1049 ParsedFiles.insert(std::make_pair(FID, FE ? &FE->getFileEntry() : nullptr)); in UpdateParsedFileStatus()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 10287 if (auto CurFile = SemaRef.PP.getCurrentFileLexer()->getFileEntry())
|