Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp653 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized()
666 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
/netbsd-src/external/apache2/llvm/dist/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()
179 if (Ann->getAnnotation() == rcAnnotation) in hasRCAnnotation()
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc132 if (ann->getAnnotation().str() == name) in has_annotation()
H A Dgenerator.cc486 string s = ann->getAnnotation().str(); in find_superclasses()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h619 const char *getAnnotation(unsigned AnnotationNr) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp304 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
H A DSemaTemplateInstantiateDecl.cpp197 S.AddAnnotationAttr(New, *Attr, Attr->getAnnotation(), Args); in instantiateDependentAnnotationAttr()
H A DSemaDecl.cpp2412 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
H A DSemaCodeComplete.cpp3448 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp238 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp213 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number)) in clang_getCompletionAnnotation()
H A DCIndex.cpp4756 return cxstring::createDup(AA->getAnnotation()); in clang_getCursorSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2380 I->getAnnotation(), D->getLocation(), I); in EmitVarAnnotations()
2397 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation(), I); in EmitFieldAnnotations()
H A DCodeGenModule.cpp2538 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()