Home
last modified time | relevance | path

Searched refs:AnnotateAttr (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDirectIvarAssignment.cpp157 for (const auto *Ann : D->specific_attrs<AnnotateAttr>()) in isAnnotatedToAllowDirectAssignment()
218 for (const auto *Ann : M->specific_attrs<AnnotateAttr>()) in AttrFilter()
DLocalizationChecker.cpp593 D->specific_attr_begin<AnnotateAttr>(), in isAnnotatedAsLocalized()
594 D->specific_attr_end<AnnotateAttr>(), [](const AnnotateAttr *Ann) { in isAnnotatedAsLocalized()
DIvarInvalidationChecker.cpp228 for (const auto *Ann : M->specific_attrs<AnnotateAttr>()) { in isInvalidationMethod()
/external/v8/tools/clang/blink_gc_plugin/
DConfig.h154 clang::AnnotateAttr* attr = decl->getAttr<clang::AnnotateAttr>(); in IsAnnotated()
/external/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp35 FD->addAttr(AnnotateAttr::CreateImplicit(FD->getASTContext(), in HandleTopLevelDecl()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1866 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()
DCodeGenModule.h76 class AnnotateAttr; variable
1057 const AnnotateAttr *AA,
DCGDecl.cpp388 if (D.hasAttr<AnnotateAttr>()) in EmitStaticVarDecl()
1107 if (D.hasAttr<AnnotateAttr>()) in EmitAutoVarAlloca()
1870 if (D.hasAttr<AnnotateAttr>()) in EmitParmDecl()
DCodeGenModule.cpp1364 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()
DCGExpr.cpp3392 if (field->hasAttr<AnnotateAttr>()) in EmitLValueForField()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3085 for (const auto *I : D->specific_attrs<AnnotateAttr>()) { in handleAnnotateAttr()
3091 AnnotateAttr(Attr.getRange(), S.Context, Str, in handleAnnotateAttr()
DSemaDecl.cpp2110 const AnnotateAttr *Ann = dyn_cast<AnnotateAttr>(A); in DeclHasAttr()
2114 if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation()) in DeclHasAttr()
DSemaCodeComplete.cpp2707 for (const auto *I : ND->specific_attrs<AnnotateAttr>()) in CreateCodeCompletionString()
/external/clang/tools/libclang/
DCIndex.cpp4249 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()