Home
last modified time | relevance | path

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

123

/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.cpp78 InstallAPIContext::findAndRecordFile(const FileEntry *FE, in findAndRecordFile()
110 auto FE = FM->getFile(H.getPath()); in addKnownHeader() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp372 FileEntry &FE = const_cast<FileEntry &>(STDIN->getFileEntry()); in getSTDIN() local
532 FileManager::getBufferForFile(FileEntryRef FE, bool isVolatile, in getBufferForFile()
621 FileEntryRef FE(Entry); in GetUniqueIDMapping() local
H A DSarif.cpp38 static StringRef getFileName(FileEntryRef FE) { in getFileName()
216 OptionalFileEntryRef FE = Start.getExpansionLoc().getFileEntryRef(); in createPhysicalLocation() local
/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/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp113 for (const SubtargetFeatureKV &FE : AMDGPUFeatureKV) { in expandImpliedFeatures() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/Frontend/
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
H A DFrontendAction.cpp657 ASTReader->visitTopLevelModuleMaps(PrimaryModule, [&](FileEntryRef FE) { in BeginSourceFile()
750 if (auto FE = CI.getFileManager().getOptionalFileRef(F, /*openFile*/true)) in BeginSourceFile() local
843 OptionalFileEntryRef FE = in BeginSourceFile() local
H A DDependencyFile.cpp159 if (auto FE = FileMgr.getOptionalFileRef(Filename)) in visitInputFile() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp894 auto FE = SM.getFileEntryRefForID(ID); in getHeaderToIncludeForDiagnostics() local
1022 while (OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile() local
1040 OptionalFileEntryRef FE = HeaderInfo.LookupFile( in LookupFile() local
1053 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile() local
1064 if (OptionalFileEntryRef FE = HeaderInfo.LookupSubframeworkHeader( in LookupFile() local
2023 if (auto FE = CurPPLexer->getFileEntry()) in getIncludeNextStart() local
2103 auto DiagnoseHeaderInclusion = [&](FileEntryRef FE) { in LookupHeaderIncludeOrImport()
H A DHeaderSearch.cpp170 const HeaderMap *HeaderSearch::CreateHeaderMap(FileEntryRef FE) { in CreateHeaderMap()
783 const FileEntry *FE, in checkMSVCHeaderSearch()
959 if (OptionalFileEntryRef FE = getFileAndSuggestModule( in LookupFile() local
1366 HeaderFileInfo &HeaderSearch::getFileInfo(FileEntryRef FE) { in getFileInfo()
1434 void HeaderSearch::MarkFileModuleHeader(FileEntryRef FE, in MarkFileModuleHeader()
H A DPreprocessor.cpp568 if (OptionalFileEntryRef FE = SourceMgr.getFileEntryRefForID(MainFileID)) in EnterMainSourceFile() local
613 bool Preprocessor::isPCHThroughHeader(const FileEntry *FE) { in isPCHThroughHeader()
H A DPPLexerChange.cpp369 if (OptionalFileEntryRef FE = CurPPLexer->getFileEntry()) { in HandleEndOfFile() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp159 if (const auto *FE = SM.getFileEntryForID(SM.getMainFileID())) in ParseAST() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp385 dump(raw_ostream & OS,std::optional<FileEntry> FE) dump() argument
H A DGsymCreator.cpp41 uint32_t GsymCreator::insertFileEntry(FileEntry FE) { in insertFileEntry()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp62 if (const auto *FE = OP->getFalseExpr()->IgnoreParens()) in canExprResolveTo() local
74 if (const auto *FE = OP->getFalseExpr()->IgnoreParens()) in canExprResolveTo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h590 static bool classof(const FrameEntry *FE) { return FE->getKind() == FK_CIE; } in classof()
650 static bool classof(const FrameEntry *FE) { return FE->getKind() == FK_FDE; } in classof()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp379 if (FullExpr *FE = dyn_cast<FullExpr>(Rec)) in checkForGCDOrXPC() 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 DCheckExprLifetime.cpp504 if (auto *FE = dyn_cast<FullExpr>(Init)) in visitLocalsRetainedByReferenceBinding() local
655 if (auto *FE = dyn_cast<FullExpr>(Init)) in visitLocalsRetainedByInitializer() local
H A DSemaConcept.cpp254 calculateConstraintSatisfaction(Sema &S, const CXXFoldExpr *FE, in calculateConstraintSatisfaction()
342 if (auto *FE = dyn_cast<CXXFoldExpr>(ConstraintExpr); in calculateConstraintSatisfaction() local
1624 } else if (auto *FE = dyn_cast<const CXXFoldExpr>(E); in fromConstraintExpr() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp201 OptionalFileEntryRef FE = SM.getFileEntryRefForID(FileIDAndOffset.first); in AtomicChange() local

123