Searched refs:getAnnotation (Results 1 – 12 of 12) sorted by relevance
158 if (Ann->getAnnotation() == in isAnnotatedToAllowDirectAssignment()219 if (Ann->getAnnotation() == "objc_no_direct_instance_variable_assignment") in AttrFilter()
230 Ann->getAnnotation() == "objc_instance_variable_invalidator") in isInvalidationMethod()233 Ann->getAnnotation() == "objc_instance_variable_invalidator_partial") in isInvalidationMethod()
654 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized()667 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
45 return AA->getAnnotation() == "rc_ownership_returns_retained"; in classof()53 return AA->getAnnotation() == "rc_ownership_returns_not_retained"; in classof()61 return AA->getAnnotation() == "rc_ownership_consumed"; in classof()162 if (Ann->getAnnotation() == rcAnnotation) in hasRCAnnotation()
610 const char *getAnnotation(unsigned AnnotationNr) const;
233 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
304 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
2285 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
2994 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
3565 if (I->getAnnotation() == Str) in handleAnnotateAttr()
2273 I->getAnnotation(), D->getLocation()); in EmitVarAnnotations()2290 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation()); in EmitFieldAnnotations()
1928 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()