Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h197 ParsedType MatchingCType; member
386 new (&ExtraData.MatchingCType) ParsedType(matchingCType); in ParsedAttr()
560 return getTypeTagForDatatypeDataSlot().MatchingCType; in getMatchingCType()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1578 TypeResult MatchingCType = ParseTypeName(&MatchingCTypeRange); in ParseTypeTagForDatatypeAttribute() local
1579 if (MatchingCType.isInvalid()) { in ParseTypeTagForDatatypeAttribute()
1607 ArgumentKind, MatchingCType.get(), in ParseTypeTagForDatatypeAttribute()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3456 TypeArgument<"MatchingCType">,