Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp69 if (shouldSkipDecl(RD)) in visitRecordDecl()
88 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anonbe195f4b0111::NoUncountedMemberChecker
H A DRefCntblBaseVirtualDtorChecker.cpp63 if (shouldSkipDecl(RD)) in visitCXXRecordDecl()
139 bool shouldSkipDecl(const CXXRecordDecl *RD) const { in shouldSkipDecl() function in __anonee92f6f90111::RefCntblBaseVirtualDtorChecker
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp73 if (shouldSkipDecl(RD)) in visitRecord()
131 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anonee116f100111::PaddingChecker