Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp70 if (shouldSkipDecl(RD)) in visitRecordDecl()
89 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anon48b7d4cc0111::NoUncountedMemberChecker
H A DRefCntblBaseVirtualDtorChecker.cpp63 if (shouldSkipDecl(RD)) in visitCXXRecordDecl()
100 bool shouldSkipDecl(const CXXRecordDecl *RD) const { in shouldSkipDecl() function in __anone46c051a0111::RefCntblBaseVirtualDtorChecker
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp73 if (shouldSkipDecl(RD)) in visitRecord()
131 bool shouldSkipDecl(const RecordDecl *RD) const { in shouldSkipDecl() function in __anon26f22e510111::PaddingChecker