Home
last modified time | relevance | path

Searched defs:TUD (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp31 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DNoUncountedMembersChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DUncountedCallArgsChecker.cpp39 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DUncountedLocalVarsChecker.cpp115 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DRefCntblBaseVirtualDtorChecker.cpp136 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp509 if (auto *TUD = dyn_cast<TranslationUnitDecl>(this)) in getTranslationUnitDecl() local