Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp159 if (Ann->getAnnotation() == in isAnnotatedToAllowDirectAssignment()
214 if (Ann->getAnnotation() == "objc_no_direct_instance_variable_assignment") in AttrFilter()
H A DIvarInvalidationChecker.cpp229 Ann->getAnnotation() == "objc_instance_variable_invalidator") in isInvalidationMethod()
232 Ann->getAnnotation() == "objc_instance_variable_invalidator_partial") in isInvalidationMethod()
H A DLocalizationChecker.cpp649 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized()
662 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
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()
186 if (Ann->getAnnotation() == rcAnnotation) in hasRCAnnotation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h632 const char *getAnnotation(unsigned AnnotationNr) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp313 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
H A DSemaTemplateInstantiateDecl.cpp211 StringRef Str = Attr->getAnnotation(); in instantiateDependentAnnotationAttr()
H A DSemaDecl.cpp2791 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
H A DSemaCodeComplete.cpp3552 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp239 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2547 V, I->getAnnotation(), D->getLocation(), I); in EmitVarAnnotations()
2568 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation(), I); in EmitFieldAnnotations()
H A DCodeGenModule.cpp3320 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp4837 inline std::string getAnnotation( Class cls, in getAnnotation() function
4867 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods()
4868 … std::string desc = Detail::getAnnotation( cls, "Description", testCaseName ); in registerTestMethods()