Home
last modified time | relevance | path

Searched refs:getAnnotation (Results 1 – 12 of 12) 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 DLocalizationChecker.cpp649 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized()
662 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp158 static std::string getAnnotation(Value *AnnoVal, Value *OptAnnoVal) { in getAnnotation() function
259 getAnnotation(II->getArgOperand(1), in lowerPtrAnnotation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h634 const char *getAnnotation(unsigned AnnotationNr) const;
/freebsd/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.cpp216 StringRef Str = Attr->getAnnotation(); in instantiateDependentAnnotationAttr()
H A DSemaDecl.cpp2646 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
H A DSemaCodeComplete.cpp3558 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp239 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2629 V, I->getAnnotation(), D->getLocation(), I); in EmitVarAnnotations()
2650 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation(), I); in EmitFieldAnnotations()
H A DCodeGenModule.cpp3354 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()