HomeSort by: relevance | last modified time | path
    Searched defs:shouldSkipDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
NoUncountedMembersChecker.cpp 69 if (shouldSkipDecl(RD))
88 bool shouldSkipDecl(const RecordDecl *RD) const {
RefCntblBaseVirtualDtorChecker.cpp 62 if (shouldSkipDecl(RD))
100 bool shouldSkipDecl(const CXXRecordDecl *RD) const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 73 if (shouldSkipDecl(RD))
131 bool shouldSkipDecl(const RecordDecl *RD) const {

Completed in 25 milliseconds