Searched defs:TU (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp60 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp85 computeReplacements(const syntax::Arena &A, const syntax::TranslationUnit &TU) argument
H A DBuildTree.cpp95 auto *TU = cast<syntax::TranslationUnit>(std::move(Pending).finalize()); local
358 bool WalkUpFromTranslationUnitDecl(TranslationUnitDecl *TU) { argument
662 syntax::buildSyntaxTree(Arena &A, const TranslationUnitDecl &TU) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp66 void CloneChecker::checkEndOfTranslationUnit(const TranslationUnitDecl *TU, argument
H A DCheckerDocumentation.cpp212 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, argument
H A DDebugCheckers.cpp213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, argument
237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, argument
268 void checkEndOfTranslationUnit(const TranslationUnitDecl *TU, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp66 ASTImporterLookupTable::ASTImporterLookupTable(TranslationUnitDecl &TU) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp82 auto *TU = Context.getTranslationUnitDecl(); local
237 auto *TU = Context.getTranslationUnitDecl(); local
299 auto *TU = Context.getTranslationUnitDecl(); local
424 TranslationUnitDecl *TU local
[all...]
H A DSemaExprObjC.cpp228 TranslationUnitDecl *TU = Context.getTranslationUnitDecl(); local
H A DSemaCodeComplete.cpp7261 TranslationUnitDecl *TU = Context.getTranslationUnitDecl(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp509 void MigrationContext::traverse(TranslationUnitDecl *TU) { argument
H A DObjCMT.cpp1853 TranslationUnitDecl *TU = Ctx.getTranslationUnitDecl(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp297 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp604 TranslationUnitDecl *TU = C.getTranslationUnitDecl(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h123 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, argument
157 PragmaDetectMismatchDecl(TranslationUnitDecl *TU, SourceLocation Loc, argument
197 explicit ExternCContextDecl(TranslationUnitDecl *TU) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h65 _checkEndOfTranslationUnit(void *checker, const TranslationUnitDecl *TU, AnalysisManager& mgr, BugReporter &BR) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp696 runCheckersOnEndOfTranslationUnit( const TranslationUnitDecl *TU, AnalysisManager &mgr, BugReporter &BR) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp648 void ASTDeclReader::VisitTranslationUnitDecl(TranslationUnitDecl *TU) { argument

Completed in 461 milliseconds