| /llvm-project-15.0.7/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 | IvarInvalidationChecker.cpp | 229 Ann->getAnnotation() == "objc_instance_variable_invalidator") in isInvalidationMethod() 232 Ann->getAnnotation() == "objc_instance_variable_invalidator_partial") in isInvalidationMethod()
|
| H A D | LocalizationChecker.cpp | 653 return Ann->getAnnotation() == "returns_localized_nsstring"; in isAnnotatedAsReturningLocalized() 666 return Ann->getAnnotation() == "takes_localized_nsstring"; in isAnnotatedAsTakingLocalized()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | AttrTest.cpp | 66 EXPECT_EQ(Annotate->getAnnotation(), annotation); in AssertAnnotatedAs()
|
| H A D | ASTImporterTest.cpp | 7227 EXPECT_EQ(ToAttr->getAnnotation(), "A"); in TEST_P()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CodeCompletionStrings.cpp | 259 Result += CCS.getAnnotation(I); in formatDocumentation()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 44 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()
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 128 if (ann->getAnnotation().str() == name) in has_annotation()
|
| H A D | generator.cc | 486 string s = ann->getAnnotation().str(); in find_superclasses()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 625 const char *getAnnotation(unsigned AnnotationNr) const;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 307 const char *CodeCompletionString::getAnnotation(unsigned AnnotationNr) const { in getAnnotation() function in CodeCompletionString
|
| H A D | SemaTemplateInstantiateDecl.cpp | 206 StringRef Str = Attr->getAnnotation(); in instantiateDependentAnnotationAttr()
|
| H A D | SemaDecl.cpp | 2663 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
|
| H A D | SemaCodeComplete.cpp | 3455 Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation())); in createCodeCompletionStringForDecl()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 238 if (Annot->getAnnotation() == "gk_inspectable") in getSymbolInfo()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndexCodeCompletion.cpp | 213 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number)) in clang_getCompletionAnnotation()
|
| H A D | CIndex.cpp | 4952 return cxstring::createDup(AA->getAnnotation()); in clang_getCursorSpelling()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2461 I->getAnnotation(), D->getLocation(), I); in EmitVarAnnotations() 2482 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation(), I); in EmitFieldAnnotations()
|
| H A D | CodeGenModule.cpp | 2786 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()), in EmitAnnotateAttr()
|