• Home
  • Raw
  • Download

Lines Matching refs:FindBadConstructsConsumer

138 FindBadConstructsConsumer::FindBadConstructsConsumer(CompilerInstance& instance,  in FindBadConstructsConsumer()  function in chrome_checker::FindBadConstructsConsumer
180 void FindBadConstructsConsumer::Traverse(ASTContext& context) { in Traverse()
189 bool FindBadConstructsConsumer::TraverseDecl(Decl* decl) { in TraverseDecl()
196 bool FindBadConstructsConsumer::VisitTagDecl(clang::TagDecl* tag_decl) { in VisitTagDecl()
202 bool FindBadConstructsConsumer::VisitTemplateSpecializationType( in VisitTemplateSpecializationType()
208 bool FindBadConstructsConsumer::VisitCallExpr(CallExpr* call_expr) { in VisitCallExpr()
213 bool FindBadConstructsConsumer::VisitVarDecl(clang::VarDecl* var_decl) { in VisitVarDecl()
218 void FindBadConstructsConsumer::CheckChromeClass(SourceLocation record_location, in CheckChromeClass()
247 void FindBadConstructsConsumer::CheckChromeEnum(SourceLocation enum_location, in CheckChromeEnum()
286 void FindBadConstructsConsumer::CheckCtorDtorWeight( in CheckCtorDtorWeight()
424 bool FindBadConstructsConsumer::InTestingNamespace(const Decl* record) { in InTestingNamespace()
428 bool FindBadConstructsConsumer::IsMethodInBannedOrTestingNamespace( in IsMethodInBannedOrTestingNamespace()
450 FindBadConstructsConsumer::ReportIfSpellingLocNotIgnored( in ReportIfSpellingLocNotIgnored()
460 void FindBadConstructsConsumer::CheckVirtualMethods( in CheckVirtualMethods()
504 void FindBadConstructsConsumer::CheckVirtualSpecifiers( in CheckVirtualSpecifiers()
597 void FindBadConstructsConsumer::CheckVirtualBodies( in CheckVirtualBodies()
630 void FindBadConstructsConsumer::CountType(const Type* type, in CountType()
709 FindBadConstructsConsumer::RefcountIssue
710 FindBadConstructsConsumer::CheckRecordForRefcountIssue( in CheckRecordForRefcountIssue()
730 bool FindBadConstructsConsumer::IsRefCounted( in IsRefCounted()
733 FindBadConstructsConsumer* self = this; in IsRefCounted()
762 bool FindBadConstructsConsumer::HasPublicDtorCallback( in HasPublicDtorCallback()
780 void FindBadConstructsConsumer::PrintInheritanceChain(const CXXBasePath& path) { in PrintInheritanceChain()
787 unsigned FindBadConstructsConsumer::DiagnosticForIssue(RefcountIssue issue) { in DiagnosticForIssue()
810 void FindBadConstructsConsumer::CheckRefCountedDtors( in CheckRefCountedDtors()
915 void FindBadConstructsConsumer::CheckWeakPtrFactoryMembers( in CheckWeakPtrFactoryMembers()
962 void FindBadConstructsConsumer::ParseFunctionTemplates( in ParseFunctionTemplates()
983 void FindBadConstructsConsumer::CheckVarDecl(clang::VarDecl* var_decl) { in CheckVarDecl()