Searched defs:decl (Results 1 – 4 of 4) sorted by relevance
273 AstInterfaceMember * decl = (AstInterfaceMember *)(*i); in dump() local287 AstServiceMember * decl = (AstServiceMember *)(*i); in dump() local301 AstObserves * decl = (AstObserves *)(*i); in dump() local314 AstNeeds * decl = (AstNeeds *)(*i); in dump() local
153 AstDeclaration * decl = ifc->lookupByName(name); in addInheritedInterface() local192 AstDeclaration * decl = idlc()->scopes()->topNonNull()->lookupByName( in createNamedType() local1262 AstDeclaration * decl = idlc()->scopes()->nextToTop()->lookupByName( variable1968 AstDeclaration * decl = scope->lookupByName(*$2); variable2076 AstDeclaration * decl = scope->lookupByName(*$2); variable2822 AstDeclaration const * decl = 0; variable
334 AstDeclaration const * decl = resolveTypedefs(type); in resolveInterfaceTypedefs() local
684 bool ErrorHandler::checkPublished(AstDeclaration const * decl, bool bOptional) { in checkPublished()