Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h81 ParsedType MatchingCType; member
298 new (&ExtraData.MatchingCType) ParsedType(matchingCType); in ParsedAttr()
510 return getTypeTagForDatatypeDataSlot().MatchingCType; in getMatchingCType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1511 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange); in ParseTypeTagForDatatypeAttribute() local
1512 if (MatchingCType.isInvalid()) { in ParseTypeTagForDatatypeAttribute()
1540 ArgumentKind, MatchingCType.get(), in ParseTypeTagForDatatypeAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td2715 TypeArgument<"MatchingCType">,