Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DNoUncountedMembersChecker.cpp69 if (shouldSkipDecl(RD)) in visitRecordDecl()
88 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anon0bbcfaed0111::NoUncountedMemberChecker
DRefCntblBaseVirtualDtorChecker.cpp62 if (shouldSkipDecl(RD)) in visitCXXRecordDecl()
100 bool shouldSkipDecl(const CXXRecordDecl *RD) const { in shouldSkipDecl() function in __anon439327db0111::RefCntblBaseVirtualDtorChecker
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp73 if (shouldSkipDecl(RD)) in visitRecord()
131 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anon16d7b6320111::PaddingChecker