Searched refs:getAnnotation (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 159 if (Ann->getAnnotation() == in isAnnotatedToAllowDirectAssignment() 214 if (Ann->getAnnotation() == "objc_no_direct_instance_variable_assignment") in AttrFilter()
|
H A D | LocalizationChecker.cpp | 649 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 D | SPIRVPrepareFunctions.cpp | 158 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 D | CodeCompleteConsumer.h | 634 const char *getAnnotation(unsigned AnnotationNr) const;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 313 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
|
H A D | SemaTemplateInstantiateDecl.cpp | 216 StringRef Str = Attr->getAnnotation(); in instantiateDependentAnnotationAttr()
|
H A D | SemaDecl.cpp | 2646 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
|
H A D | SemaCodeComplete.cpp | 3558 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 239 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2629 V, I->getAnnotation(), D->getLocation(), I); in EmitVarAnnotations() 2650 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation(), I); in EmitFieldAnnotations()
|
H A D | CodeGenModule.cpp | 3354 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 4837 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()
|