Home
last modified time | relevance | path

Searched refs:shouldSkipDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDNoUncountedMembersChecker.cpp69 if (shouldSkipDecl(RD)) in visitRecordDecl()
88 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anona405abaf0111::NoUncountedMemberChecker
HDRefCntblBaseVirtualDtorChecker.cpp206 if (shouldSkipDecl(RD)) in visitCXXRecordDecl()
287 bool shouldSkipDecl(const CXXRecordDecl *RD) const { in shouldSkipDecl() function in __anon9952a1dd0111::RefCntblBaseVirtualDtorChecker
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDPaddingChecker.cpp73 if (shouldSkipDecl(RD)) in visitRecord()
131 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anon34050a740111::PaddingChecker