Searched defs:matchingCType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h274 IdentifierLoc *ArgKind, ParsedType matchingCType,
284 new (&ExtraData.MatchingCType) ParsedType(matchingCType);
626 IdentifierLoc *argumentKind, ParsedType matchingCType,
632 argumentKind, matchingCType,
761 IdentifierLoc *argumentKind, ParsedType matchingCType,
767 argumentKind, matchingCType,
272 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *ArgKind, ParsedType matchingCType, bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed) argument
758 addNewTypeTagForDatatype( IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *argumentKind, ParsedType matchingCType, bool layoutCompatible, bool mustBeNull, AttributeList::Syntax syntax) argument

Completed in 135 milliseconds