Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h164 ParsedType *MatchingCType; member
286 new (&ExtraData.MatchingCType) ParsedType(matchingCType); in AttributeList()
430 return *getTypeTagForDatatypeDataSlot().MatchingCType; in getMatchingCType()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp1287 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange); in ParseTypeTagForDatatypeAttribute() local
1288 if (MatchingCType.isInvalid()) { in ParseTypeTagForDatatypeAttribute()
1316 ArgumentKind, MatchingCType.get(), in ParseTypeTagForDatatypeAttribute()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDAttr.td1807 TypeArgument<"MatchingCType">,