Searched refs:hasAttr (Results 101 - 115 of 115) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3727 if (!PointeeRD->isPolymorphic() || PointeeRD->hasAttr<FinalAttr>())
4775 return RD->hasAttr<FinalAttr>();
6817 ReturnsRetained = (D && D->hasAttr<NSReturnsRetainedAttr>());
H A DSemaChecking.cpp4077 if (UT->getDecl()->hasAttr<TransparentUnionAttr>())
4207 if (PVD->hasAttr<NonNullAttr>() ||
4311 if (FDecl && FDecl->hasAttr<AllocAlignAttr>()) {
14405 if (MD && MD->parameters()[i]->hasAttr<NoEscapeAttr>())
15248 AnyIsPacked || (RD->hasAttr<PackedAttr>() || MD->hasAttr<PackedAttr>());
15311 if (FDI->hasAttr<PackedAttr>() ||
15312 FDI->getParent()->hasAttr<PackedAttr>()) {
H A DSemaCodeComplete.cpp1552 return Var->hasLocalStorage() && !Var->hasAttr<BlocksAttr>();
6252 if (!Var || !Var->hasLocalStorage() || Var->hasAttr<BlocksAttr>())
H A DSemaTemplateDeduction.cpp3278 if (Function->hasAttr<CUDAGlobalAttr>() && !ResultType->isVoidType()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp925 return Func && Func->hasAttr<OwnershipAttr>();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1108 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp758 if (!SrcRD->hasAttr<FinalAttr>())
H A DExprConstant.cpp2084 if (Usage == Expr::EvaluateForCodeGen && Var->hasAttr<DLLImportAttr>())
2100 FD->hasAttr<DLLImportAttr>())
2164 !FD->hasAttr<DLLImportAttr>();
5731 if (Callee->hasAttr<NonNullAttr>()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp332 bool IRPosition::hasAttr(ArrayRef<Attribute::AttrKind> AKs, function in class:IRPosition
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2085 return hasAttr(attr::ObjCInertUnsafeUnretained);
2332 bool hasAttr(attr::Kind AK) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6628 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
6653 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
6726 if (!I->hasAttr<OMPCaptureNoInitAttr>()) {
9922 if (!VD || !VD->hasAttr<OMPAllocateDeclAttr>())
11129 if (!CVD->hasAttr<OMPAllocateDeclAttr>())
H A DCGBlocks.cpp2894 if (GV->isDeclaration() && (!ND || !ND->hasAttr<DLLExportAttr>())) {
H A DCGBuiltin.cpp97 if (FD->hasAttr<AsmLabelAttr>())
1666 if (FD->hasAttr<ConstAttr>()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1432 if (VD->hasAttr<BlocksAttr>() && VD->getType()->getAsCXXRecordDecl()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2629 if (FD->hasAttr<NoThrowAttr>())

Completed in 540 milliseconds

12345