Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp118 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic() local
148 if (OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID)) in HandleDiagnostic() local
H A DVerifyDiagnosticConsumer.cpp759 auto FE = SrcManager->getFileEntryRefForID(FID); in HandleDiagnostic() local
1057 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FID); in UpdateParsedFileStatus() local
1097 if (const FileEntry *FE = I.second) in CheckDiagnostics() local
1103 OptionalFileEntryRef FE = Status.getFile(); in CheckDiagnostics() local
H A DModuleDependencyCollector.cpp39 if (auto FE = FileMgr.getOptionalFileRef(Filename)) in visitInputFile() local
H A DSARIFDiagnostic.cpp73 if (OptionalFileEntryRef FE = Loc.getFileEntryRef()) { in addLocationToResult() local
H A DFrontendAction.cpp805 ASTReader->visitTopLevelModuleMaps(PrimaryModule, [&](FileEntryRef FE) { in BeginSourceFile()
898 if (auto FE = CI.getFileManager().getOptionalFileRef(F, /*openFile*/true)) in BeginSourceFile() local
991 OptionalFileEntryRef FE = in BeginSourceFile() local
H A DDependencyFile.cpp159 if (auto FE = FileMgr.getOptionalFileRef(Filename)) in visitInputFile() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp77 InstallAPIContext::findAndRecordFile(const FileEntry *FE, in findAndRecordFile()
109 auto FE = FM->getOptionalFileRef(H.getPath()); in addKnownHeader() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp358 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry()); in getSTDIN() local
518 FileManager::getBufferForFile(FileEntryRef FE, bool isVolatile, in getBufferForFile()
609 FileEntryRef FE(Entry); in GetUniqueIDMapping() local
H A DSarif.cpp37 static StringRef getFileName(FileEntryRef FE) { in getFileName()
215 OptionalFileEntryRef FE = Start.getExpansionLoc().getFileEntryRef(); in createPhysicalLocation() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp39 for (const auto &FE : FeatureTable) in setImpliedBits() local
60 for (const BasicSubtargetFeatureKV &FE : ProcFeatures) { in getCPUDefaultTargetFeatures() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h116 static bool classof(const FrameEntry *FE) { return FE->getKind() == FK_CIE; } in classof()
176 static bool classof(const FrameEntry *FE) { return FE->getKind() == FK_FDE; } in classof()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp334 static bool extractFieldType(SmallVectorImpl<FieldEncoding> &FE, in extractFieldType()
387 SmallVector<FieldEncoding, 16> FE; in appendRecordType() local
432 SmallVector<FieldEncoding, 16> FE; in appendEnumType() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp43 for (const SubtargetFeatureKV &FE : FeatureTable) in SetImpliedBits() local
52 for (const SubtargetFeatureKV &FE : FeatureTable) { in ClearImpliedBits() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp920 auto FE = SM.getFileEntryRefForID(ID); in getHeaderToIncludeForDiagnostics() local
1048 while (OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile() local
1066 OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile() local
1079 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile() local
1090 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile() local
2048 if (auto FE = CurPPLexer->getFileEntry()) in getIncludeNextStart() local
2137 auto DiagnoseHeaderInclusion = [&](FileEntryRef FE) { in LookupHeaderIncludeOrImport()
H A DHeaderMap.cpp48 std::unique_ptr<HeaderMap> HeaderMap::Create(FileEntryRef FE, FileManager &FM) { in Create()
H A DHeaderSearch.cpp174 const HeaderMap *HeaderSearch::CreateHeaderMap(FileEntryRef FE) { in CreateHeaderMap()
788 const FileEntry *FE, in checkMSVCHeaderSearch()
964 if (OptionalFileEntryRef FE = getFileAndSuggestModule( in LookupFile() local
1311 HeaderFileInfo &HeaderSearch::getFileInfo(FileEntryRef FE) { in getFileInfo()
1379 void HeaderSearch::MarkFileModuleHeader(FileEntryRef FE, in MarkFileModuleHeader()
H A DInitHeaderSearch.cpp157 if (auto FE = FM.getOptionalFileRef(MappedPathStr)) { in AddUnmappedPath() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp52 StringRef getFESpelling(Frontend FE) { in getFESpelling()
67 Frontend FE = Frontend::LLVM) { in getQualifier()
928 const DirectiveLanguage &DirLang, Frontend FE) { in generateClauseSet()
951 Frontend FE, raw_ostream &OS) { in generateDirectiveClauseSets()
997 Frontend FE, raw_ostream &OS) { in generateDirectiveClauseMap()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp158 if (const auto *FE = SM.getFileEntryForID(SM.getMainFileID())) in ParseAST() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp126 for (const SubtargetFeatureKV &FE : AMDGPUFeatureKV) { in expandImpliedFeatures() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp172 FileEntryRef FE, in getRelativeIncludeName()
219 if (auto FE = CI.getFileManager().getOptionalFileRef(KnownFile.first)) in LocationFileChecker() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp366 FE = Functions.end(); in notifyFreeingObject() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp293 Sema &S, const CXXFoldExpr *FE, const NamedDecl *Template, in EvaluateFoldExpandedConstraintSize()
395 Sema &S, const CXXFoldExpr *FE, const NamedDecl *Template, in calculateConstraintSatisfaction()
483 if (auto *FE = dyn_cast<CXXFoldExpr>(ConstraintExpr); in calculateConstraintSatisfaction() local
1639 } else if (auto *FE = dyn_cast<const CXXFoldExpr>(E); in fromConstraintExpr() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp537 void GsymReader::dump(raw_ostream &OS, std::optional<FileEntry> FE) { in dump()

1234