Home
last modified time | relevance | path

Searched refs:getAnnotation (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp158 if (Ann->getAnnotation() == in isAnnotatedToAllowDirectAssignment()
219 if (Ann->getAnnotation() == "objc_no_direct_instance_variable_assignment") in AttrFilter()
H A DIvarInvalidationChecker.cpp230 Ann->getAnnotation() == "objc_instance_variable_invalidator") in isInvalidationMethod()
233 Ann->getAnnotation() == "objc_instance_variable_invalidator_partial") in isInvalidationMethod()
H A DLocalizationChecker.cpp654 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized()
667 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp45 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()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h610 const char *getAnnotation(unsigned AnnotationNr) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp233 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp304 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
H A DSemaDecl.cpp2285 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
H A DSemaCodeComplete.cpp2994 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
H A DSemaDeclAttr.cpp3565 if (I->getAnnotation() == Str) in handleAnnotateAttr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2273 I->getAnnotation(), D->getLocation()); in EmitVarAnnotations()
2290 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation()); in EmitFieldAnnotations()
H A DCodeGenModule.cpp1928 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()