Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDirectIvarAssignment.cpp159 if (Ann->getAnnotation() == in isAnnotatedToAllowDirectAssignment()
214 if (Ann->getAnnotation() == "objc_no_direct_instance_variable_assignment") in AttrFilter()
HDIvarInvalidationChecker.cpp229 Ann->getAnnotation() == "objc_instance_variable_invalidator") in isInvalidationMethod()
232 Ann->getAnnotation() == "objc_instance_variable_invalidator_partial") in isInvalidationMethod()
HDLocalizationChecker.cpp649 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized()
662 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDRetainSummaryManager.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-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVPrepareFunctions.cpp158 static std::string getAnnotation(Value *AnnoVal, Value *OptAnnoVal) { in getAnnotation() function
259 getAnnotation(II->getArgOperand(1), in lowerPtrAnnotation()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDCodeCompleteConsumer.h634 const char *getAnnotation(unsigned AnnotationNr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDCodeCompleteConsumer.cpp313 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
HDSemaTemplateInstantiateDecl.cpp216 StringRef Str = Attr->getAnnotation(); in instantiateDependentAnnotationAttr()
HDSemaDecl.cpp2646 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
HDSemaCodeComplete.cpp3558 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.cpp239 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp2629 V, I->getAnnotation(), D->getLocation(), I); in EmitVarAnnotations()
2650 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation(), I); in EmitFieldAnnotations()
HDCodeGenModule.cpp3354 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()
/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.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()