Home
last modified time | relevance | path

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

/freebsd/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.cpp228 Ann->getAnnotation() == "objc_instance_variable_invalidator") in isInvalidationMethod()
231 Ann->getAnnotation() == "objc_instance_variable_invalidator_partial") in isInvalidationMethod()
H A DLocalizationChecker.cpp647 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized()
660 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp44 return AA->getAnnotation() == "rc_ownership_returns_retained"; in classof()
52 return AA->getAnnotation() == "rc_ownership_returns_not_retained"; in classof()
60 return AA->getAnnotation() == "rc_ownership_consumed"; in classof()
185 if (Ann->getAnnotation() == rcAnnotation) in hasRCAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp153 static std::string getAnnotation(Value *AnnoVal, Value *OptAnnoVal) { in getAnnotation() function
252 getAnnotation(II->getArgOperand(1), in lowerPtrAnnotation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h633 const char *getAnnotation(unsigned AnnotationNr) const;
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp239 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp309 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
H A DSemaTemplateInstantiate.cpp2263 return AnnotateAttr::CreateImplicit(getSema().Context, AA->getAnnotation(), in TransformAnnotateAttr()
H A DSemaTemplateInstantiateDecl.cpp215 StringRef Str = Attr->getAnnotation(); in instantiateDependentAnnotationAttr()
H A DSemaDecl.cpp2666 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
H A DSemaCodeComplete.cpp3721 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp477 if (AnnotateType->getAnnotation() == "webkit.pointerconversion") in isPtrConversion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2737 V, I->getAnnotation(), D->getLocation(), I); in EmitVarAnnotations()
2758 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation(), I); in EmitFieldAnnotations()
H A DCodeGenModule.cpp3606 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()
/freebsd/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()