Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp83 auto *TU = Context.getTranslationUnitDecl(); ActOnGlobalModuleFragmentDecl() local
132 auto *TU = Context.getTranslationUnitDecl(); HandleStartOfHeaderUnit() local
384 auto *TU = Context.getTranslationUnitDecl(); ActOnModuleDecl() local
476 auto *TU = Context.getTranslationUnitDecl(); ActOnPrivateModuleFragmentDecl() local
646 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl(); BuildModuleInclude() local
739 TranslationUnitDecl *TU = getASTContext().getTranslationUnitDecl(); createImplicitModuleImportForErrorRecovery() local
[all...]
/freebsd-src/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.cpp793 for (uint32_t TU = 0; TU < Hdr.LocalTypeUnitCount; ++TU) dumpLocalTUs() local
803 for (uint32_t TU = 0; TU < Hdr.ForeignTypeUnitCount; ++TU) { dumpForeignTUs() local
[all...]
H A DDWARFDie.cpp330 if (DWARFTypeUnit *TU = U->getContext().getTypeUnitForHash( resolveTypeUnitReference() local
H A DDWARFContext.cpp600 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) getNormalTypeUnitMap() local
611 if (DWARFTypeUnit *TU = dyn_cast<DWARFTypeUnit>(U.get())) getDWOTypeUnitMap() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl()
237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl()
268 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit()
H A DCloneChecker.cpp67 void CloneChecker::checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit()
H A DCheckerDocumentation.cpp212 checkEndOfTranslationUnit(const TranslationUnitDecl * TU,AnalysisManager & Mgr,BugReporter & BR) const checkEndOfTranslationUnit() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp60 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction() local
/freebsd-src/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
783 WalkUpFromTranslationUnitDecl(TranslationUnitDecl * TU) WalkUpFromTranslationUnitDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp87 ASTImporterLookupTable::ASTImporterLookupTable(TranslationUnitDecl &TU) { in ASTImporterLookupTable()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp169 TranslationUnitDeps TU; in takeTranslationUnitDeps() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp506 for (const auto &TU : enumerate(TypeUnits)) { emitTUList() local
706 for (const auto &TU : TUSymbols) { emitDWARF5AccelTable() local
[all...]
H A DDwarfDebug.h458 TU = 1, enumerator
H A DDwarfDebug.cpp3524 for (const auto &TU : TypeUnitsToAdd) addDwarfTypeUnitType() local
3538 for (auto &TU : TypeUnitsToAdd) { addDwarfTypeUnitType() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp530 const TranslationUnitDecl *TU = C.getTranslationUnitDecl(); in runAnalysisOnTranslationUnit() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp508 traverse(TranslationUnitDecl * TU) traverse() argument
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp346 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in getCrossTUDefinitionImpl() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h66 const TranslationUnitDecl *TU, in _checkEndOfTranslationUnit()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2319 for (const TapiUniversal::ObjectForArch &I : TU->objects()) { in dumpTapiUniversal() argument
2382 else if (TapiUniversal *TU = dyn_cast<TapiUniversal>(&Bin)) dumpSymbolNamesFromFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp706 VisitTranslationUnitDecl(TranslationUnitDecl * TU) VisitTranslationUnitDecl() argument
3312 if (auto *TU = dyn_cast<TranslationUnitDecl>(DC)) getPrimaryContextForMerging() local
4491 if (auto *TU = dyn_cast<TranslationUnitDecl>(D)) UpdateDecl() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h149 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument
183 PragmaDetectMismatchDecl(TranslationUnitDecl *TU, SourceLocation Loc, in PragmaDetectMismatchDecl() argument
223 explicit ExternCContextDecl(TranslationUnitDecl *TU) in ExternCContextDecl() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1616 APInt TU(APInt::getSignedMaxValue(Bits)); in exactSIVtest() local
2008 APInt TU(APInt::getSignedMaxValue(Bits)); exactRDIVtest() local
[all...]

12