HomeSort by: relevance | last modified time | path
    Searched refs:LayoutCompatible (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 173 unsigned LayoutCompatible : 1;
351 bool layoutCompatible, bool mustBeNull, Syntax syntaxUsed)
362 ExtraData.LayoutCompatible = layoutCompatible;
541 return getTypeTagForDatatypeDataSlot().LayoutCompatible;
836 ParsedType matchingCType, bool layoutCompatible,
841 layoutCompatible, mustBeNull, syntax));
1033 ParsedType matchingCType, bool layoutCompatible,
1037 layoutCompatible, mustBeNull, syntax);
Sema.h 12633 bool LayoutCompatible, bool MustBeNull);
12638 TypeTagData(QualType Type, bool LayoutCompatible, bool MustBeNull) :
12639 Type(Type), LayoutCompatible(LayoutCompatible),
12647 unsigned LayoutCompatible : 1;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 1520 bool LayoutCompatible = false;
1530 LayoutCompatible = true;
1544 LayoutCompatible, MustBeNull, Syntax);

Completed in 72 milliseconds