Searched refs:hasAttr (Results 76 - 100 of 110) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp245 !D->hasAttr<OverloadableAttr>())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp132 if (!Func->hasAttr<NakedAttr>())
H A DSemaOpenMP.cpp1369 if (VD && VD->hasAttr<OMPThreadPrivateDeclAttr>()) {
1381 !(VD->hasAttr<OMPThreadPrivateDeclAttr>() &&
1385 VD->hasAttr<AsmLabelAttr>() && !VD->isLocalVarDecl())) {
1944 !(isa<OMPCapturedExprDecl>(D) && !D->hasAttr<OMPCaptureNoInitAttr>() &&
2579 !(VD->hasAttr<OMPThreadPrivateDeclAttr>() &&
2582 (VD->getStorageClass() == SC_Register && VD->hasAttr<AsmLabelAttr>() &&
2646 if (!VD->hasAttr<OMPAllocateDeclAttr>())
2697 if (VD->hasAttr<OMPAllocateDeclAttr>())
2736 VD->hasAttr<OMPThreadPrivateDeclAttr>() ||
2737 (VD->getStorageClass() == SC_Register && VD->hasAttr<AsmLabelAtt
[all...]
H A DSemaOverload.cpp43 return P->hasAttr<PassObjectSizeAttr>();
900 FD->hasAttr<EnableIfAttr>();
2030 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>())
6207 if (Function->isMultiVersion() && Function->hasAttr<TargetAttr>() &&
6385 !param->hasAttr<CFConsumedAttr>())
6865 if (Method->isMultiVersion() && Method->hasAttr<TargetAttr>() &&
7318 if (Conversion->isMultiVersion() && Conversion->hasAttr<TargetAttr>() &&
9323 bool Cand1Attr = Cand1->hasAttr<EnableIfAttr>();
9324 bool Cand2Attr = Cand2->hasAttr<EnableIfAttr>();
9371 bool Cand1CPUDisp = Cand1.Function->hasAttr<CPUDispatchAtt
[all...]
H A DSemaExceptionSpec.cpp1000 if (D && isa<FunctionDecl>(D) && D->hasAttr<NoThrowAttr>())
H A DSemaTemplateInstantiate.cpp3150 if (Function->hasAttr<ExcludeFromExplicitInstantiationAttr>())
3195 if (Var->hasAttr<ExcludeFromExplicitInstantiationAttr>())
3229 if (Record->hasAttr<ExcludeFromExplicitInstantiationAttr>())
H A DSemaType.cpp5006 if (LangOpts.ObjCAutoRefCount && Param->hasAttr<NSConsumedAttr>()) {
5017 if (Param->hasAttr<PassObjectSizeAttr>()) {
5022 if (Param->hasAttr<NoEscapeAttr>()) {
7527 if (TypedefTy->getDecl()->hasAttr<OpenCLAccessAttr>()) {
8039 if (!RD->hasAttr<MSInheritanceAttr>()) {
H A DSemaInit.cpp6694 return RD->hasAttr<T>();
6827 if (CCE->getNumArgs() > 0 && RD->hasAttr<PointerAttr>())
6891 if (Callee->getParamDecl(I)->hasAttr<LifetimeBoundAttr>())
7628 if (VD->hasAttr<BlocksAttr>())
7762 if (S.getLangOpts().MSVCCompat && D->hasAttr<SelectAnyAttr>())
8160 if (FromPtrType->getPointeeType()->hasAttr(attr::NoDeref) &&
8161 !ToPtrType->getPointeeType()->hasAttr(attr::NoDeref)) {
H A DSemaTemplate.cpp6055 if (Entity && Entity->hasAttr<DLLImportAttr>())
9469 bool PreviouslyDLLExported = Specialization->hasAttr<DLLExportAttr>();
9532 !PreviouslyDLLExported && Specialization->hasAttr<DLLExportAttr>();
9557 PrevDecl->hasAttr<DLLExportAttr>()) {
10041 if (Specialization->hasAttr<InternalLinkageAttr>() &&
10054 Specialization->hasAttr<DLLImportAttr>() &&
H A DSemaExprMember.cpp1761 if (Ptr->getPointeeType()->hasAttr(attr::NoDeref))
H A DSemaLambda.cpp1290 return P->hasAttr<PassObjectSizeAttr>();
H A DSemaExprCXX.cpp3589 if (!PointeeRD->isPolymorphic() || PointeeRD->hasAttr<FinalAttr>())
4628 return RD->hasAttr<FinalAttr>();
6675 ReturnsRetained = (D && D->hasAttr<NSReturnsRetainedAttr>());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp1072 if (!IvarDecl->hasAttr<IBOutletAttr>())
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1245 if (OID->hasAttr<DLLImportAttr>())
1247 else if (OID->hasAttr<DLLExportAttr>())
1774 if (SuperClassDecl->hasAttr<DLLImportAttr>())
1776 else if (SuperClassDecl->hasAttr<DLLExportAttr>())
1939 if (OID->getClassInterface()->hasAttr<DLLExportAttr>()) {
H A DCGExprAgg.cpp1073 return (var && var->hasAttr<BlocksAttr>());
1864 if (!FD->hasAttr<NoUniqueAddressAttr>() || !FD->getType()->isRecordType())
H A DCGStmtOpenMP.cpp39 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
202 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
774 (!VD || !VD->hasAttr<OMPAllocateDeclAttr>())) {
784 (!VD || !VD->hasAttr<OMPAllocateDeclAttr>())) {
H A DCGOpenMPRuntime.cpp1305 if (D->hasAttr<WeakAttr>() || D->hasAttr<WeakRefAttr>() ||
6736 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
6761 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
6834 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
9789 if (!VD || !VD->hasAttr<OMPAllocateDeclAttr>())
10968 if (!CVD->hasAttr<OMPAllocateDeclAttr>())
11247 if (!FD->hasAttrs() || !FD->hasAttr<OMPDeclareVariantAttr>())
H A DCGOpenMPRuntimeNVPTX.cpp330 if (VD->hasAttrs() && VD->hasAttr<OMPAllocateDeclAttr>())
4752 if (VD && VD->hasAttr<OMPAllocateDeclAttr>()) {
4919 if (!VD || !VD->hasAttr<OMPAllocateDeclAttr>())
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp515 if (!VD->hasAttr<CleanupAttr>())
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h542 template<typename T> bool hasAttr() const { function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp432 if (FD->hasAttr<OverloadableAttr>())
527 if (FD->isExternC() && FD->hasAttr<OverloadableAttr>())
3112 if (Derived->hasAttr<DLLImportAttr>())
H A DItaniumMangle.cpp577 if (FD->hasAttr<OverloadableAttr>())
710 if (FD->hasAttr<EnableIfAttr>()) {
H A DExprCXX.cpp848 if (!SrcRD->hasAttr<FinalAttr>())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1005 if (D->hasAttr<BlocksAttr>() && D->getType()->getAsCXXRecordDecl()) {
1064 !(D->hasAttr<BlocksAttr>() && D->getType()->getAsCXXRecordDecl()) &&
2464 if (!FD->hasAttr<AlwaysInlineAttr>()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1483 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) {

Completed in 706 milliseconds

12345