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

12345

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1116 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2065 return hasAttr(attr::ObjCInertUnsafeUnretained);
2293 bool hasAttr(attr::Kind AK) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2043 if (Usage == Expr::EvaluateForCodeGen && Var->hasAttr<DLLImportAttr>())
2059 FD->hasAttr<DLLImportAttr>())
2118 !FD->hasAttr<DLLImportAttr>();
5435 if (Callee->hasAttr<NonNullAttr>()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2965 if (GV->isDeclaration() && (!ND || !ND->hasAttr<DLLExportAttr>())) {
H A DCGBuiltin.cpp93 if (FD->hasAttr<AsmLabelAttr>())
1623 if (FD->hasAttr<ConstAttr>()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4242 if (UT->getDecl()->hasAttr<TransparentUnionAttr>())
4372 if (PVD->hasAttr<NonNullAttr>() ||
14120 if (MD && MD->parameters()[i]->hasAttr<NoEscapeAttr>())
14964 AnyIsPacked || (RD->hasAttr<PackedAttr>() || MD->hasAttr<PackedAttr>());
15027 if (FDI->hasAttr<PackedAttr>() ||
15028 FDI->getParent()->hasAttr<PackedAttr>()) {
H A DSemaCodeComplete.cpp1539 return Var->hasLocalStorage() && !Var->hasAttr<BlocksAttr>();
5769 if (!Var || !Var->hasLocalStorage() || Var->hasAttr<BlocksAttr>())
H A DSemaTemplateDeduction.cpp3144 if (Function->hasAttr<CUDAGlobalAttr>() && !ResultType->isVoidType()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2631 if (FD->hasAttr<NoThrowAttr>())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1415 if (VD->hasAttr<BlocksAttr>() && VD->getType()->getAsCXXRecordDecl()) {

Completed in 392 milliseconds

12345