Searched refs:FooType (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Index/
H A Dprint-type.c1 typedef int FooType; typedef
3 int *f(int *p, char *x, FooType z, int arr[5], void (*fn)(int)) {
5 const FooType w = z;
16 // CHECK: FunctionDecl=f:3:6 (Definition) [type=int *(int *, char *, FooType, int *, void (*)(int))] [typekind=FunctionProto] [canonicaltype=int *(int *, char *, int, int *, void (*)(int))] [canonicaltypekind=FunctionProto] [resulttype=int *] [resulttypekind=Pointer] [args= [int *] [Pointer] [char *] [Pointer] [FooType] [Typedef] [int [5]] [ConstantArray] [void (*)(int)] [Pointer]] [isPOD=0]
19 // CHECK: ParmDecl=z:3:33 (Definition) [type=FooType] [typekind=Typedef] [canonicaltype=int] [canonicaltypekind=Int] [isPOD=1]
20 // CHECK: TypeRef=FooType:1:13 [type=FooType] [typekind=Typedef] [canonicaltype=int] [canonicaltypekind=Int] [isPOD=1]
31 // CHECK: VarDecl=w:5:17 (Definition) [type=const FooType] [typekind=Typedef] const [canonicaltype=const int] [canonicaltypekind=Int] [isPOD=1]
32 // CHECK: TypeRef=FooType
[all...]
H A Dprint-type.cpp19 typedef int FooType; typedef in struct:outer::inner::Bar
21 int *f(int *p, char *x, FooType z) {
22 const FooType w = z;
67 // CHECK: TypedefDecl=FooType:19:15 (Definition) [type=FooType] [typekind=Typedef] [canonicaltype=int] [canonicaltypekind=Int] [isPOD=1]
69 // CHECK: CXXMethod=f:21:8 (Definition) [type=int *(int *, char *, FooType){{.*}}] [typekind=FunctionProto] [canonicaltype=int *(int *, char *, int){{.*}}] [canonicaltypekind=FunctionProto] [resulttype=int *] [resulttypekind=Pointer] [args= [int *] [Pointer] [char *] [Pointer] [FooType] [Typedef]] [isPOD=0]
72 // CHECK: ParmDecl=z:21:35 (Definition) [type=FooType] [typekind=Typedef] [canonicaltype=int] [canonicaltypekind=Int] [isPOD=1]
73 // CHECK: TypeRef=FooType:19:15 [type=FooType] [typekin
[all...]
/external/lldb/test/python_api/formatters/
H A Dmain.cpp14 struct FooType struct
32 FooType bar;
/external/chromium_org/tools/json_schema_compiler/test/
H A Didl_schemas_unittest.cc13 using test::api::idl_object_types::FooType;
167 // Test the FooType type.
168 FooType f1;
171 FooType f2;
172 EXPECT_TRUE(FooType::Populate(*serialized_foo.get(), &f2));

Completed in 5300 milliseconds