Searched refs:getAttrForPlatform (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7785 static const AvailabilityAttr *getAttrForPlatform(ASTContext &Context, function
7887 if (const AvailabilityAttr *AA = getAttrForPlatform(S.Context, C))
8089 if (const AvailabilityAttr *AA = getAttrForPlatform(S.Context, OffendingDecl))
8100 const AvailabilityAttr *A = getAttrForPlatform(S.Context, OffendingDecl);
8105 getAttrForPlatform(S.Context, Redecl);
8122 getAttrForPlatform(S.getASTContext(), OffendingDecl);
8250 if (auto AL = getAttrForPlatform(S.Context, OffendingDecl))
8571 getAttrForPlatform(SemaRef.getASTContext(), OffendingDecl);

Completed in 64 milliseconds