Searched refs:AnnotateAttr (Results 1 – 14 of 14) sorted by relevance
157 for (const auto *Ann : D->specific_attrs<AnnotateAttr>()) in isAnnotatedToAllowDirectAssignment()218 for (const auto *Ann : M->specific_attrs<AnnotateAttr>()) in AttrFilter()
593 D->specific_attr_begin<AnnotateAttr>(), in isAnnotatedAsLocalized()594 D->specific_attr_end<AnnotateAttr>(), [](const AnnotateAttr *Ann) { in isAnnotatedAsLocalized()
228 for (const auto *Ann : M->specific_attrs<AnnotateAttr>()) { in isInvalidationMethod()
154 clang::AnnotateAttr* attr = decl->getAttr<clang::AnnotateAttr>(); in IsAnnotated()
35 FD->addAttr(AnnotateAttr::CreateImplicit(FD->getASTContext(), in HandleTopLevelDecl()
1866 assert(D->hasAttr<AnnotateAttr>() && "no annotate attribute"); in EmitVarAnnotations()1869 for (const auto *I : D->specific_attrs<AnnotateAttr>()) in EmitVarAnnotations()1877 assert(D->hasAttr<AnnotateAttr>() && "no annotate attribute"); in EmitFieldAnnotations()1883 for (const auto *I : D->specific_attrs<AnnotateAttr>()) { in EmitFieldAnnotations()
76 class AnnotateAttr; variable1057 const AnnotateAttr *AA,
388 if (D.hasAttr<AnnotateAttr>()) in EmitStaticVarDecl()1107 if (D.hasAttr<AnnotateAttr>()) in EmitAutoVarAlloca()1870 if (D.hasAttr<AnnotateAttr>()) in EmitParmDecl()
1364 const AnnotateAttr *AA, in EmitAnnotateAttr()1383 assert(D->hasAttr<AnnotateAttr>() && "no annotate attribute"); in AddGlobalAnnotations()1385 for (const auto *I : D->specific_attrs<AnnotateAttr>()) in AddGlobalAnnotations()2488 if (D->hasAttr<AnnotateAttr>()) in EmitGlobalVarDefinition()2909 if (D->hasAttr<AnnotateAttr>()) in EmitGlobalFunctionDefinition()
3392 if (field->hasAttr<AnnotateAttr>()) in EmitLValueForField()
3085 for (const auto *I : D->specific_attrs<AnnotateAttr>()) { in handleAnnotateAttr()3091 AnnotateAttr(Attr.getRange(), S.Context, Str, in handleAnnotateAttr()
2110 const AnnotateAttr *Ann = dyn_cast<AnnotateAttr>(A); in DeclHasAttr()2114 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
2707 for (const auto *I : ND->specific_attrs<AnnotateAttr>()) in CreateCodeCompletionString()
4249 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()