Home
last modified time | relevance | path

Searched defs:FE (Results 1 – 25 of 109) sorted by relevance

12345

/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp121 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic() local
150 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) HandleDiagnostic() local
H A DVerifyDiagnosticConsumer.cpp751 auto FE = SrcManager->getFileEntryRefForID(FID); in HandleDiagnostic() local
1044 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID); in UpdateParsedFileStatus() local
1084 if (const FileEntry *FE = I.second) in CheckDiagnostics() local
1090 OptionalFileEntryRef FE = Status.getFile(); in CheckDiagnostics() local
H A DModuleDependencyCollector.cpp40 if (auto FE = FileMgr.getOptionalFileRef(Filename)) in visitInputFile() local
/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp60 llvm::StringRef getFileContents(FileEntryRef FE, const SourceManager &SM) { in getFileContents()
69 bool isSelfContainedHeader(FileEntryRef FE, const SourceManager &SM, in isSelfContainedHeader()
/llvm-project/clang/tools/libclang/
H A DCXFile.h17 inline CXFile makeCXFile(OptionalFileEntryRef FE) { in makeCXFile()
/llvm-project/clang/unittests/Lex/
H A DHeaderSearchTest.cpp72 auto FE = FileMgr.getOptionalFileRef(Filename, true); in addHeaderMap() local
250 auto FI = Search.getExistingFileInfo(FE); in TEST_F() local
320 auto &FE = *FoundFile; TEST_F() local
338 GetHeaderFileInfo(FileEntryRef FE) TEST_F() argument
[all...]
H A DPPDependencyDirectivesTest.cpp96 OptionalFileEntryRef FE; in TEST_F() local
/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp137 if (const auto *FE = std::get_if<FileEntryRef>(&I->second)) { in flushToFile() local
199 if (const auto *FE = std::get_if<FileEntryRef>(&Mapping.second)) { in forEachMapping() local
212 if (const auto *FE = std::get_if<FileEntryRef>(&I->second)) { in applyMappings() local
/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h52 if (auto *FE = dyn_cast<FullExpr>(E)) in IgnoreImplicitCastsSingleStep() local
79 if (auto *FE = dyn_cast<FullExpr>(E)) in IgnoreCastsSingleStep() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DHeaderGuard.cpp38 if (OptionalFileEntryRef FE = in FileChanged() local
81 OptionalFileEntryRef FE = in EndOfMainFile() local
207 for (const auto &FE : Files) { in checkGuardlessHeaders() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DFindHeaders.cpp90 isPublicHeader(const FileEntry * FE,const PragmaIncludes & PI) isPublicHeader() argument
191 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID); findHeaders() local
[all...]
H A DRecord.cpp196 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(PrevFID)) { in FileChanged() local
320 auto FE = SM.getFileEntryRefForID(CommentFID); in HandleComment() local
426 if (auto FE = FM.getOptionalFileRef(FName)) in toFileEntries() local
/llvm-project/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp48 size_t SerializablePathCollection::tryStoreFilePath(FileEntryRef FE) { in tryStoreFilePath()
/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp78 InstallAPIContext::findAndRecordFile(const FileEntry *FE, in findAndRecordFile() argument
110 auto FE = FM->getOptionalFileRef(H.getPath()); in addKnownHeader() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp288 auto FE = Effect::fileEdit(SM, SM.getFileID(Interface->getLocation()), in apply() local
310 auto FE = Effect::fileEdit(SM, SM.getFileID(Impl->getLocation()), in apply() local
H A DDefineInline.cpp479 auto FE = Effect::fileEdit(SM, SM.getFileID(*Semicolon), in apply() local
489 auto FE = Effect::fileEdit(SM, SM.getFileID(Sel.Cursor), in apply() local
/llvm-project/clang/lib/Basic/
H A DSarif.cpp38 static StringRef getFileName(FileEntryRef FE) { in getFileName() argument
216 OptionalFileEntryRef FE = Start.getExpansionLoc().getFileEntryRef(); in createPhysicalLocation() local
H A DFileManager.cpp372 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry()); getSTDIN() local
532 getBufferForFile(FileEntryRef FE,bool isVolatile,bool RequiresNullTerminator,std::optional<int64_t> MaybeLimit) getBufferForFile() argument
621 FileEntryRef FE(Entry); GetUniqueIDMapping() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp228 toURI(const FileEntryRef FE) toURI() argument
372 getFrameworkHeaderIncludeSpelling(FileEntryRef FE,llvm::StringRef Framework,HeaderSearch & HS) getFrameworkHeaderIncludeSpelling() argument
398 const auto FE = SM.getFileEntryRefForID(FID); getIncludeHeaderUncached() local
437 const auto FE = SM.getFileEntryRefForID(SM.getFileID(TokLoc)); getTokenLocation() local
1093 if (const auto FE = SM.getFileEntryRefForID(SR.FID)) { addRef() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp113 for (const SubtargetFeatureKV &FE : AMDGPUFeatureKV) { expandImpliedFeatures() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp334 static bool extractFieldType(SmallVectorImpl<FieldEncoding> &FE, in extractFieldType() argument
387 SmallVector<FieldEncoding, 16> FE; in appendRecordType() local
432 SmallVector<FieldEncoding, 16> FE; in appendEnumType() local
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DTweak.cpp107 if (const auto FE = SM.getFileEntryRefForID(FID)) in fileEdit() local
/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp42 for (const SubtargetFeatureKV &FE : FeatureTable) in SetImpliedBits() local
51 for (const SubtargetFeatureKV &FE : FeatureTable) { in ClearImpliedBits() local
/llvm-project/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp75 auto FE = AST.getSourceManager().getFileManager().getFileRef( in mayConsiderUnused() local
346 auto FE = SM.getFileManager().getFileRef(Inc.Resolved); in convertIncludes() local
[all...]
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp894 auto FE = SM.getFileEntryRefForID(ID); getHeaderToIncludeForDiagnostics() local
1022 while (OptionalFileEntryRef FE = HeaderInfo.LookupFile( LookupFile() local
1040 OptionalFileEntryRef FE = HeaderInfo.LookupFile( LookupFile() local
1053 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( LookupFile() local
1064 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( LookupFile() local
2021 if (auto FE = CurPPLexer->getFileEntry()) getIncludeNextStart() local
2101 __anonde0e91d70302(FileEntryRef FE) LookupHeaderIncludeOrImport() argument
[all...]

12345