Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp174 auto *TU = Context.getTranslationUnitDecl(); in ActOnGlobalModuleFragmentDecl() local
223 auto *TU = Context.getTranslationUnitDecl(); in HandleStartOfHeaderUnit() local
473 auto *TU = Context.getTranslationUnitDecl(); in ActOnModuleDecl() local
569 auto *TU = Context.getTranslationUnitDecl(); in ActOnPrivateModuleFragmentDecl() local
754 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl(); in BuildModuleInclude() local
847 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl(); in createImplicitModuleImportForErrorRecovery() local
H A DSemaFunctionEffects.cpp548 void run(const TranslationUnitDecl &TU) { in run()
1486 void Sema::performFunctionEffectAnalysis(TranslationUnitDecl *TU) { in performFunctionEffectAnalysis()
H A DSemaHLSL.cpp2219 const TranslationUnitDecl *TU) { in RunOnTranslationUnit()
2408 void SemaHLSL::ActOnEndOfTranslationUnit(TranslationUnitDecl *TU) { in ActOnEndOfTranslationUnit()
2436 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
1069 for (uint32_t TU = 0; TU < NI.getLocalTUCount(); ++TU) in getCUOrTUNameIndex() local
H A DDWARFDie.cpp322 if (DWARFTypeUnit *TU = in getAttributeValueAsReferencedDie() local
332 if (DWARFTypeUnit *TU = in resolveTypeUnitReference() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp48 void MmapWriteExecChecker::checkASTDecl(const TranslationUnitDecl *TU, in checkASTDecl()
H A DCheckerDocumentation.cpp251 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit()
H A DStreamChecker.cpp2101 getGlobalStreamPointerByName(const TranslationUnitDecl *TU, StringRef VarName) { in getGlobalStreamPointerByName()
2123 void StreamChecker::checkASTDecl(const TranslationUnitDecl *TU, in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction() local
H A DMultiplexConsumer.cpp270 const TranslationUnitDecl *TU, NamespaceDecl *AnonNamespace) { in AddedAnonymousNamespace()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp94 const syntax::TranslationUnit &TU) { in computeReplacements()
H A DBuildTree.cpp443 auto *TU = cast<syntax::TranslationUnit>(std::move(Pending).finalize()); in finalize() local
778 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/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp173 TranslationUnitDeps TU; in takeTranslationUnitDeps() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h174 virtual void AddedAnonymousNamespace(const TranslationUnitDecl *TU, in AddedAnonymousNamespace()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp473 for (const auto &TU : enumerate(TypeUnits)) { in emitTUList() local
667 for (const auto &TU : TUSymbols) { in emitDWARF5AccelTable() local
H A DDwarfDebug.h463 TU = 1, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp552 const TranslationUnitDecl *TU = C.getTranslationUnitDecl(); in runAnalysisOnTranslationUnit() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp561 Interpreter::RegisterPTU(TranslationUnitDecl *TU, in RegisterPTU()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp346 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in getCrossTUDefinitionImpl() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h66 const TranslationUnitDecl *TU, in _checkEndOfTranslationUnit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2318 static void dumpTapiUniversal(TapiUniversal *TU, in dumpTapiUniversal()
2381 else if (TapiUniversal *TU = dyn_cast<TapiUniversal>(&Bin)) in dumpSymbolNamesFromFile() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp684 void ASTDeclReader::VisitTranslationUnitDecl(TranslationUnitDecl *TU) { in VisitTranslationUnitDecl()
3333 if (auto *TU = dyn_cast<TranslationUnitDecl>(DC)) in getPrimaryContextForMerging() local
4690 if (auto *TU = dyn_cast<TranslationUnitDecl>(D)) in UpdateDecl() local

12