Searched refs:StructField (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dparser_unittest.py152 [ast.StructField('a', None, 'int32', None),
153 ast.StructField('b', None, 'double', None)]))])
172 [ast.StructField('a', None, 'int32', None),
173 ast.StructField('b', None, 'double', None)]))])
197 ast.StructField('a', None, 'int32', None),
198 ast.StructField('b', None, 'SomeOtherStruct', None)]))])
358 ast.StructField('number', ast.Ordinal(0), 'int8',
408 [ast.StructField('a0', ast.Ordinal(0), 'int32', None),
409 ast.StructField('a1', ast.Ordinal(1), 'int32', None),
410 ast.StructField('a
[all...]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dtranslate.py97 assert isinstance(struct_field, ast.StructField)
108 ast.StructField),
H A Dast.py328 class StructField(Definition): class in inherits:Definition
338 super(StructField, self).__init__(name, **kwargs)
344 return super(StructField, self).__eq__(other) and \
350 # This needs to be declared after |StructField|.
354 _list_item_type = (Const, Enum, StructField)
H A Dparser.py168 p[0] = ast.StructField(p[2], p[3], p[1], p[4])
/external/clang/include/clang/AST/
H A DASTContext.h2272 bool StructField = false,
/external/clang/lib/AST/
H A DASTContext.cpp4899 false /*StructField*/,
5218 bool StructField,
5326 if (isa<IncompleteArrayType>(AT) && !StructField) {
5396 /*StructField*/true);
5416 false /* StructField */, EncodeBlockParameters, EncodeClassNames);
5425 false /* StructField */, EncodeBlockParameters, EncodeClassNames);
5714 /*StructField*/true);
5212 getObjCEncodingForTypeImpl(QualType T, std::string& S, bool ExpandPointedToStructures, bool ExpandStructures, const FieldDecl *FD, bool OutermostType, bool EncodingProperty, bool StructField, bool EncodeBlockParameters, bool EncodeClassNames, bool EncodePointerToObjCTypedef) const argument

Completed in 412 milliseconds