Home | History | Annotate | Download | only in blink_gc_plugin

Lines Matching refs:decl

28 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) {
38 v.TraverseDecl(decl);
127 void BlinkGCPluginConsumer::ParseFunctionTemplates(TranslationUnitDecl* decl) {
131 std::set<FunctionDecl*> late_parsed_decls = GetLateParsedFunctionDecls(decl);
349 bool BlinkGCPluginConsumer::DeclaresVirtualMethods(CXXRecordDecl* decl) {
350 CXXRecordDecl::method_iterator it = decl->method_begin();
351 for (; it != decl->method_end(); ++it)
704 if (NamespaceDecl* decl = dyn_cast<NamespaceDecl>(context)) {
705 if (decl->isAnonymousNamespace())
707 if (options_.checked_namespaces.find(decl->getNameAsString()) !=