Home
last modified time | relevance | path

Searched refs:MatchingCType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h86 ParsedType MatchingCType; member
268 new (&ExtraData.MatchingCType) ParsedType(matchingCType); in ParsedAttr()
444 return getTypeTagForDatatypeDataSlot().MatchingCType; in getMatchingCType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1698 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange); in ParseTypeTagForDatatypeAttribute() local
1699 if (MatchingCType.isInvalid()) { in ParseTypeTagForDatatypeAttribute()
1728 ArgumentKind, MatchingCType.get(), LayoutCompatible, MustBeNull, Form); in ParseTypeTagForDatatypeAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4258 TypeArgument<"MatchingCType">,