Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h162 ParsedType *MatchingCType; member
284 new (&ExtraData.MatchingCType) ParsedType(matchingCType); in AttributeList()
422 return *getTypeTagForDatatypeDataSlot().MatchingCType; in getMatchingCType()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1256 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange); in ParseTypeTagForDatatypeAttribute() local
1257 if (MatchingCType.isInvalid()) { in ParseTypeTagForDatatypeAttribute()
1285 ArgumentKind, MatchingCType.get(), in ParseTypeTagForDatatypeAttribute()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1736 TypeArgument<"MatchingCType">,