/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 83 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 D | DWARFTypeUnit.cpp | 47 if (DWARFDie TU = getUnitDIE(false)) in dump() local
|
H A D | DWARFGdbIndex.cpp | 41 for (const TypeUnitEntry &TU : TuList) in dumpTUList() local
|
H A D | DWARFAcceleratorTable.cpp | 793 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 D | DWARFDie.cpp | 330 if (DWARFTypeUnit *TU = U->getContext().getTypeUnitForHash( resolveTypeUnitReference() local
|
H A D | DWARFContext.cpp | 600 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 D | DebugCheckers.cpp | 213 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 D | CloneChecker.cpp | 67 void CloneChecker::checkEndOfTranslationUnit(const TranslationUnitDecl *TU, in checkEndOfTranslationUnit()
|
H A D | CheckerDocumentation.cpp | 212 checkEndOfTranslationUnit(const TranslationUnitDecl * TU,AnalysisManager & Mgr,BugReporter & BR) const checkEndOfTranslationUnit() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTMerge.cpp | 60 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in ExecuteAction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | ComputeReplacements.cpp | 94 const syntax::TranslationUnit &TU) { in computeReplacements()
|
H A D | BuildTree.cpp | 449 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 D | ASTImporterLookupTable.cpp | 87 ASTImporterLookupTable::ASTImporterLookupTable(TranslationUnitDecl &TU) { in ASTImporterLookupTable()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 169 TranslationUnitDeps TU; in takeTranslationUnitDeps() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 506 for (const auto &TU : enumerate(TypeUnits)) { emitTUList() local 706 for (const auto &TU : TUSymbols) { emitDWARF5AccelTable() local [all...] |
H A D | DwarfDebug.h | 458 TU = 1, enumerator
|
H A D | DwarfDebug.cpp | 3524 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 D | AnalysisConsumer.cpp | 530 const TranslationUnitDecl *TU = C.getTranslationUnitDecl(); in runAnalysisOnTranslationUnit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 508 traverse(TranslationUnitDecl * TU) traverse() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 346 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); in getCrossTUDefinitionImpl() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 66 const TranslationUnitDecl *TU, in _checkEndOfTranslationUnit()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 2319 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 D | ASTReaderDecl.cpp | 706 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 D | Decl.h | 149 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 D | DependenceAnalysis.cpp | 1616 APInt TU(APInt::getSignedMaxValue(Bits)); in exactSIVtest() local 2008 APInt TU(APInt::getSignedMaxValue(Bits)); exactRDIVtest() local [all...] |