HomeSort by relevance Sort by last modified time
    Searched full:typeref (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/clang/test/Index/
file-refs.cpp 63 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[9:10 - 9:11]
64 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[10:3 - 10:4]
65 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[15:7 - 15:8]
66 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[16:7 - 16:8]
67 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[16:18 - 16:19]
73 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[9:10 - 9:11]
74 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[10:3 - 10:4]
75 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[15:7 - 15:8]
76 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[16:7 - 16:8]
77 // CHECK-NEXT: TypeRef=class NS::C:2:9 =[16:18 - 16:19
    [all...]
annotate-tokens-with-default-args.cpp 7 // CHECK: Identifier: "Foo" [3:6 - 3:9] TypeRef=struct Foo:1:8
11 // CHECK: Identifier: "Foo" [3:13 - 3:16] TypeRef=struct Foo:1:8
annotate-tokens-cxx0x.cpp 70 // CHECK: Identifier: "Args" [3:38 - 3:42] TypeRef=Args:1:22
76 // CHECK-TRAIT: Identifier: "Integer" [13:42 - 13:49] TypeRef=Integer:10:15
77 // CHECK-TRAIT: Identifier: "Float" [13:51 - 13:56] TypeRef=Float:11:17
78 // CHECK-TRAIT: Identifier: "Bool" [13:58 - 13:62] TypeRef=Bool:12:16
85 // CHECK-WITH-OVERRIDE: Identifier: "Int" [19:19 - 19:22] TypeRef=Int:16:13
92 // CHECK-WITH-OVERRIDE: Identifier: "Int" [23:20 - 23:23] TypeRef=Int:16:13
98 // CHECK-INITLIST: Identifier: "Foo" [64:3 - 64:6] TypeRef=struct Foo:59:8
blocks.c 16 // CHECK: blocks.c:7:17: TypeRef=struct foo:4:8 Extent=[7:17 - 7:20]
21 // CHECK: blocks.c:9:5: TypeRef=int_t:3:13 Extent=[9:5 - 9:10]
23 // CHECK: blocks.c:9:18: TypeRef=struct foo:4:8 Extent=[9:18 - 9:21]
28 // CHECK: blocks.c:9:38: TypeRef=int_t:3:13 Extent=[9:38 - 9:43]
get-cursor.c 18 // CHECK: TypeRef=struct _MyS:1:8
load-classes.cpp 29 // FIXME: missing TypeRef in the constructor name
32 // FIXME: missing TypeRef in the constructor name
34 // CHECK: load-classes.cpp:5:11: TypeRef=struct X:3:8 Extent=[5:11 - 5:12]
37 // FIXME: missing TypeRef in the destructor name
40 // CHECK: load-classes.cpp:9:12: TypeRef=struct X:3:8 Extent=[9:12 - 9:13]
50 // CHECK: load-classes.cpp:23:1: TypeRef=struct X:3:8 Extent=[23:1 - 23:2]
load-stmts.cpp 128 // CHECK: load-stmts.cpp:4:8: TypeRef=T:1:13 Extent=[4:8 - 4:9]
131 // CHECK: load-stmts.cpp:4:17: TypeRef=T:1:13 Extent=[4:17 - 4:18]
138 // CHECK: load-stmts.cpp:6:7: TypeRef=T:1:13 Extent=[6:7 - 6:8]
144 // CHECK: load-stmts.cpp:7:10: TypeRef=T:1:13 Extent=[7:10 - 7:11]
150 // CHECK: load-stmts.cpp:8:11: TypeRef=T:1:13 Extent=[8:11 - 8:12]
166 // CHECK: load-stmts.cpp:34:10: TypeRef=class C:22:7 Extent=[34:10 - 34:11]
169 // CHECK: load-stmts.cpp:37:3: TypeRef=Integer:36:15 Extent=[37:3 - 37:10]
171 // CHECK: load-stmts.cpp:38:12: TypeRef=Integer:36:15 Extent=[38:12 - 38:19]
172 // CHECK: load-stmts.cpp:38:22: TypeRef=Integer:36:15 Extent=[38:22 - 38:29]
180 // CHECK: load-stmts.cpp:53:8: TypeRef=type:52:13 Extent=[53:8 - 53:12
    [all...]
get-cursor.cpp 86 // CHECK-TYPE-REF: TypeRef=struct X:3:8
93 // CHECK-RETTYPE: TypeRef=struct X:3:8
100 // RUN: c-index-test -cursor-at=%s:26:3 %s | FileCheck -check-prefix=CHECK-TYPEREF-Y %s
101 // CHECK-TYPEREF-Y: TypeRef=struct Y:20:8
115 // CHECK-CXXCATCH: TypeRef=struct X:3:8
116 // CHECK-CXXCATCH-NEXT: TypeRef=struct X:3:8
126 // CHECK-TEMPLPARAM: 50:23 TypeRef=struct X:3:8 Extent=[50:23 - 50:24] Spelling=struct X ([50:23 - 50:24])
127 // CHECK-TEMPLPARAM: 55:23 TypeRef=struct X:3:8 Extent=[55:23 - 55:24] Spelling=struct X ([55:23 - 55:24])
local-symbols.m 37 // CHECK: local-symbols.m:7:3: TypeRef=id:0:0 Extent=[7:3 - 7:5]
39 // CHECK: local-symbols.m:9:4: TypeRef=id:0:0 Extent=[9:4 - 9:6]
42 // CHECK: local-symbols.m:13:4: TypeRef=id:0:0 Extent=[13:4 - 13:6]
redeclarations.cpp 19 // CHECK: redeclarations.h:19:7: TypeRef=class D:17:7 Extent=[19:7 - 19:8]
20 // CHECK: redeclarations.h:19:16: TypeRef=class A:3:7 Extent=[19:16 - 19:17]
cindex-from-source.m 7 // CHECK: cindex-from-source.m:9:1: TypeRef=t0:1:13 Extent=[9:1 - 9:3]
cxx11-lambdas.cpp 17 // CHECK-LOAD: cxx11-lambdas.cpp:7:52: TypeRef=Integer:3:13 Extent=[7:52 - 7:59]
19 // CHECK-LOAD: cxx11-lambdas.cpp:7:38: TypeRef=Integer:3:13 Extent=[7:38 - 7:45]
29 // CHECK-INDEX: [indexEntityReference]: kind: typedef | name: Integer | USR: c:cxx11-lambdas.cpp@T@Integer | lang: C | cursor: TypeRef=Integer:3:13 | loc: 7:52
30 // CHECK-INDEX: [indexEntityReference]: kind: typedef | name: Integer | USR: c:cxx11-lambdas.cpp@T@Integer | lang: C | cursor: TypeRef=Integer:3:13 | loc: 7:38
ms-if-exists.cpp 16 // CHECK: Identifier: "T" [3:15 - 3:16] TypeRef=T:1:19
load-exprs.c 43 // CHECK: load-exprs.c:4:3: TypeRef=T:1:13 Extent=[4:3 - 4:4]
44 // CHECK: load-exprs.c:4:15: TypeRef=T:1:13 Extent=[4:15 - 4:16]
46 // CHECK: load-exprs.c:5:16: TypeRef=T:1:13 Extent=[5:16 - 5:17]
48 // CHECK: load-exprs.c:6:10: TypeRef=struct X:2:8 Extent=[6:10 - 6:11]
49 // CHECK: load-exprs.c:6:24: TypeRef=struct X:2:8 Extent=[6:24 - 6:25]
68 // CHECK: load-exprs.c:30:10: TypeRef=struct Y:23:8 Extent=[30:10 - 30:11]
77 // CHECK: load-exprs.c:31:29: TypeRef=struct Y:23:8 Extent=[31:29 - 31:30]
annotate-nested-name-specifier.cpp 157 // CHECK: Identifier: "X" [16:46 - 16:47] TypeRef=struct X:12:8
168 // CHECK: Identifier: "X" [17:36 - 17:37] TypeRef=struct X:12:8
180 // CHECK: Identifier: "T" [31:26 - 31:27] TypeRef=T:30:19
196 // CHECK: Identifier: "T" [35:25 - 35:26] TypeRef=T:34:19
214 // CHECK: Identifier: "type" [40:39 - 40:43] TypeRef=type:39:13
226 // CHECK: Identifier: "type" [41:30 - 41:34] TypeRef=type:39:13
262 // CHECK: Identifier: "T" [57:46 - 57:47] TypeRef=T:54:19
268 // CHECK: Identifier: "T" [57:58 - 57:59] TypeRef=T:54:19
286 // CHECK: Identifier: "type" [76:10 - 76:14] TypeRef=type:70:13
299 // CHECK: Identifier: "type" [77:16 - 77:20] TypeRef=type:70:1
    [all...]
file-refs.c 47 // CHECK-NEXT: TypeRef=Vector:14:3
49 // CHECK-NEXT: TypeRef=Vector:14:3 =[16:18 - 16:24]
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 103 if self.node.GetProperty('TYPEREF') not in ('void', None):
104 return_type = Typeref(self.node.GetProperty('TYPEREF'),
129 return Typeref(self.node.GetProperty('TYPEREF'),
207 properties = Typeref(self.node.GetProperty('TYPEREF'),
219 class Typeref(object):
221 Given a TYPEREF property representing the type of dictionary member or
225 def __init__(self, typeref, parent, additional_properties)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
TypeSection.java 38 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableIndexSection<TypeKey> {
40 int getItemIndex(@Nonnull TypeRef key);
  /external/chromium_org/ppapi/generators/
idl_ast.py 122 # If this node has a TYPEREF, resolve it to a version list
123 typeref = node.GetPropertyLocal('TYPEREF')
124 if typeref:
125 node.typelist = node.parent.namespace.FindList(typeref)
127 node.Error('Could not resolve %s.' % typeref)
idl_parser.py 188 # *typeref
292 """typeref : scoped_name"""
294 if self.parse_debug: DumpReduction('typeref', p)
621 typeref = self.BuildAttribute('TYPEREF', p[2])
622 children = ListFromConcat(p[1], typeref, p[3])
650 """param_item : modifiers optional typeref arrays identifier"""
651 typeref = self.BuildAttribute('TYPEREF', p[3])
652 children = ListFromConcat(p[1], p[2], typeref, p[4]
    [all...]
idl_c_proto.py 274 typeref = node.GetType(release)
276 typeref = node
278 if typeref is None:
284 if typeref.IsA('Type'):
285 name = CGen.RemapName.get(typeref.GetName(), None)
286 if name is None: name = typeref.GetName()
290 elif typeref.IsA('Interface'):
291 rel = typeref.first_release[release]
292 name = 'struct %s%s' % (prefix, self.GetStructName(typeref, rel, True))
295 elif typeref.IsA('Struct')
    [all...]
idl_c_header.py 42 typeref = node.typelist.GetReleases()[0]
43 if typeref.IsA('Struct'):
44 nodelist = self.struct_map.get(typeref.GetName(), [])
46 self.struct_map[typeref.GetName()] = nodelist
49 typeref = node.typelist.GetReleases()[0]
50 if typeref.IsA('Interface'):
51 nodelist = self.struct_map.get(typeref.GetName(), [])
53 self.interface_map[typeref.GetName()] = nodelist
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsTypeReferenceTest.java 130 private static <T> void assertRawTypeEquals(TypeReference<T> typeRef, Class<?> rawClass) {
131 assertEquals("Expected the raw type from " + typeRef + " to match the class " + rawClass,
132 rawClass, typeRef.getRawType());
136 private static <T> void assertTypeReferenceEquals(TypeReference<T> typeRef, Class<?> klass) {
137 assertEquals("Expected the type from " + typeRef + " to match the class " + klass,
138 klass, typeRef.getType());
  /external/chromium_org/tools/idl_parser/test_parser/
typedef_web.idl 86 * Typeref(MyType)
94 * Typeref(MyType)
typedef_ppapi.idl 90 * Typeref(foo)

Completed in 435 milliseconds

1 2 3