Searched defs:TUD (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 38 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ForwardDeclChecker.cpp | 40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| H A D | RawPtrRefMemberChecker.cpp | 45 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 169 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| H A D | RawPtrRefLocalVarsChecker.cpp | 185 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| H A D | RawPtrRefCallArgsChecker.cpp | 51 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| H A D | RetainPtrCtorAdoptChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
|
| H A D | PtrTypesSemantics.cpp | 237 const TranslationUnitDecl *TUD) { in visitTranslationUnitDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 515 if (auto *TUD = dyn_cast<TranslationUnitDecl>(this)) in getTranslationUnitDecl() local
|