Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp38 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DRawPtrRefMemberChecker.cpp45 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DRefCntblBaseVirtualDtorChecker.cpp169 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DRawPtrRefLocalVarsChecker.cpp185 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DRawPtrRefCallArgsChecker.cpp51 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DRawPtrRefLambdaCapturesChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DRetainPtrCtorAdoptChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl()
H A DPtrTypesSemantics.cpp237 const TranslationUnitDecl *TUD) { in visitTranslationUnitDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp515 if (auto *TUD = dyn_cast<TranslationUnitDecl>(this)) in getTranslationUnitDecl() local