Home
last modified time | relevance | path

Searched defs:TU (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp169 auto *TU = Context.getTranslationUnitDecl(); in ActOnGlobalModuleFragmentDecl() local
218 auto *TU = Context.getTranslationUnitDecl(); in HandleStartOfHeaderUnit() local
470 auto *TU = Context.getTranslationUnitDecl(); in ActOnModuleDecl() local
566 auto *TU = Context.getTranslationUnitDecl(); in ActOnPrivateModuleFragmentDecl() local
740 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl(); in BuildModuleInclude() local
833 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl(); in createImplicitModuleImportForErrorRecovery() local
H A DSemaHLSL.cpp695 const TranslationUnitDecl *TU) { in RunOnTranslationUnit()
884 void SemaHLSL::DiagnoseAvailabilityViolations(TranslationUnitDecl *TU) { in DiagnoseAvailabilityViolations()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypeUnit.cpp47 if (DWARFDie TU = getUnitDIE(false)) in dump() local
H A DDWARFGdbIndex.cpp41 for (const TypeUnitEntry &TU : TuList) in dumpTUList() local
H A DDWARFAcceleratorTable.cpp869 for (uint32_t TU = 0; TU < Hdr.LocalTypeUnitCount; ++TU) in dumpLocalTUs() local
879 for (uint32_t TU = 0; TU < Hdr.ForeignTypeUnitCount; ++TU) { in dumpForeignTUs() local
H A DDWARFDie.cpp329 if (DWARFTypeUnit *TU = U->getContext().getTypeUnitForHash( in resolveTypeUnitReference() local
H A DDWARFContext.cpp601 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) in getNormalTypeUnitMap() local
612 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) in getDWOTypeUnitMap() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp94 const syntax::TranslationUnit &TU) { in computeReplacements()
H A DBuildTree.cpp449 auto *TU = cast<syntax::TranslationUnit>(std::move(Pending).finalize()); in finalize() local
784 bool WalkUpFromTranslationUnitDecl(TranslationUnitDecl *TU) { in WalkUpFromTranslationUnitDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp87 ASTImporterLookupTable::ASTImporterLookupTable(TranslationUnitDecl &TU) { in ASTImporterLookupTable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h174 virtual void AddedAnonymousNamespace(const TranslationUnitDecl *TU, in AddedAnonymousNamespace()
H A DDecl.h149 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl()
183 PragmaDetectMismatchDecl(TranslationUnitDecl *TU, SourceLocation Loc, in PragmaDetectMismatchDecl()
223 explicit ExternCContextDecl(TranslationUnitDecl *TU) in ExternCContextDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp215 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit()
H A DUnixAPIChecker.cpp137 void UnixAPIMisuseChecker::checkASTDecl(const TranslationUnitDecl *TU, in checkASTDecl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp474 for (const auto &TU : enumerate(TypeUnits)) { in emitTUList() local
668 for (const auto &TU : TUSymbols) { in emitDWARF5AccelTable() local
H A DDwarfDebug.cpp3512 for (const auto &TU : TypeUnitsToAdd) in addDwarfTypeUnitType() local
3526 for (auto &TU : TypeUnitsToAdd) { in addDwarfTypeUnitType() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp530 const TranslationUnitDecl *TU = C.getTranslationUnitDecl(); in runAnalysisOnTranslationUnit() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp509 void MigrationContext::traverse(TranslationUnitDecl *TU) { in traverse()
H A DObjCMT.cpp1837 TranslationUnitDecl *TU = Ctx.getTranslationUnitDecl(); in HandleTranslationUnit() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp265 const TranslationUnitDecl *TU, NamespaceDecl *AnonNamespace) { in AddedAnonymousNamespace()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2316 static void dumpTapiUniversal(TapiUniversal *TU, in dumpTapiUniversal()
2379 else if (TapiUniversal *TU = dyn_cast<TapiUniversal>(&Bin)) in dumpSymbolNamesFromFile() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp700 void ASTDeclReader::VisitTranslationUnitDecl(TranslationUnitDecl *TU) { in VisitTranslationUnitDecl()
3287 if (auto *TU = dyn_cast<TranslationUnitDecl>(DC)) in getPrimaryContextForMerging() local
4554 if (auto *TU = dyn_cast<TranslationUnitDecl>(D)) in UpdateDecl() local
H A DASTWriter.cpp5048 const TranslationUnitDecl *TU = Context.getTranslationUnitDecl(); in PrepareWritingSpecialDecls() local
5632 void ASTWriter::AddedAnonymousNamespace(const TranslationUnitDecl *TU, in AddedAnonymousNamespace()
5702 const TranslationUnitDecl *TU = Context.getTranslationUnitDecl(); in WriteDeclAndTypes() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1616 APInt TU(APInt::getSignedMaxValue(Bits)); in exactSIVtest() local
2008 APInt TU(APInt::getSignedMaxValue(Bits)); in exactRDIVtest() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp713 const TranslationUnitDecl *TU, in runCheckersOnEndOfTranslationUnit()

12