Home
last modified time | relevance | path

Searched refs:AttrTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCUDA.cpp777 template <typename AttrTy>
780 if (AttrTy *Attribute = TemplateFD.getAttr<AttrTy>()) { in copyAttrIfPresent()
781 AttrTy *Clone = Attribute->clone(S.Context); in copyAttrIfPresent()
HDSemaDeclAttr.cpp297 template <typename AttrTy>
299 if (const auto *A = D->getAttr<AttrTy>()) { in checkAttrMutualExclusion()
307 template <typename AttrTy>
309 if (const auto *A = D->getAttr<AttrTy>()) { in checkAttrMutualExclusion()
2167 template <typename AttrTy>
2174 D->addAttr(::new (S.Context) AttrTy(S.Context, AL, Str)); in handleAttrWithMessage()
HDSemaType.cpp269 if (auto *AttrTy = TypeWithAuto->getAs<AttributedType>()) { in ReplaceAutoType() local
273 if (A.first == AttrTy) in ReplaceAutoType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafety.cpp1251 template <typename AttrTy>
1252 static typename std::enable_if<!has_arg_iterator_range<AttrTy>::value,
1254 ClassifyDiagnostic(const AttrTy *A) { in ClassifyDiagnostic()
1260 template <typename AttrTy>
1261 static typename std::enable_if<has_arg_iterator_range<AttrTy>::value,
1263 ClassifyDiagnostic(const AttrTy *A) { in ClassifyDiagnostic()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp269 const auto *AttrTy = cast<AttributedType>(T); in canPrefixQualifiers() local
270 CanPrefixQualifiers = AttrTy->getAttrKind() == attr::AddressSpace; in canPrefixQualifiers()
HDType.cpp3969 QualType AttrTy = T; in stripOuterNullability() local
3971 AttrTy = MacroTy->getUnderlyingType(); in stripOuterNullability()
3973 if (auto attributed = dyn_cast<AttributedType>(AttrTy)) { in stripOuterNullability()