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

/external/clang/include/clang/Sema/
H A DAttributeList.h275 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed)
285 ExtraData.LayoutCompatible = layoutCompatible;
627 bool layoutCompatible, bool mustBeNull,
633 layoutCompatible, mustBeNull,
762 bool layoutCompatible, bool mustBeNull,
768 layoutCompatible, mustBeNull, syntax);
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 38 milliseconds