Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/external/clang/test/SemaObjC/
Dcategory-method-lookup.m4 @interface Foo interface
6 @implementation Foo implementation
9 @implementation Foo(Whatever) implementation in Whatever
13 @interface Foo (MoreStuff) interface in MoreStuff
17 @implementation Foo (MoreStuff) implementation in MoreStuff
Dduplicate-property-class-extension.m4 @interface Foo interface
9 @interface Foo () interface in readwrite
15 @interface Foo () interface in readwrite
20 @interface Foo () interface in readonly
Dcustom-atomic-property.m3 @interface Foo interface
7 @implementation Foo implementation
9 …-(void)setMyProp:(Foo*)e {} // expected-warning {{atomic by default property 'myProp' has a user d… argument
/external/clang/test/CodeGenObjCXX/
Dproperty-object-reference.mm4 struct Foo {int i;}; argument
9 @property (nonatomic, readonly) Foo& FooRefProperty; argument
12 - (void)setFooProperty : (Foo &) arg;
24 - (void)setFooProperty : (Foo &) arg { };
/external/clang/test/SemaTemplate/
Ddelegating-constructors.cpp19 struct Foo { struct
20 Foo(int) { } in Foo() argument
24 Foo(T, int i) : Foo(i) { } in Foo() function
/external/clang/test/Analysis/
Drdar-7168531.m6 @interface Foo { interface
11 @implementation Foo implementation in Foo
12 static Foo* bar(Foo *p) { category
Drdar-6600344-nil-receiver-undefined-struct-ret.m4 typedef struct Foo { int x; } Bar; struct
11 struct Foo f = { 0 }; argument
/external/clang/test/CodeGenCXX/
Darray-value-initialize.cpp11 struct Foo { struct
12 Foo(void) : bar_(), dbar_(), sbar_() { in Foo() argument
26 Foo a; in test1() argument
Dmember-init-assignment.cpp4 struct Foo { struct
7 Foo(unsigned arg); argument
10 Foo::Foo(unsigned arg) : file_id(arg = 42) in Foo() function in Foo
Dmulti-dim-operator-new.cpp6 struct Foo { struct
7 Foo() : iFoo (2) { in Foo() argument
10 int iFoo; argument
Dunion-dtor.cpp6 struct Foo { struct
7 Foo() { static_assert(b, "Foo::Foo used"); } in Foo() function
8 ~Foo() { static_assert(b, "Foo::~Foo used"); } in ~Foo() argument
Dconstructor-attr.cpp7 struct Foo { struct
9 static void foo() __attribute__((constructor)) { in foo()
/external/clang/test/CodeGenObjC/
Ddebug-info-class-extension2.m4 @interface Foo {} @end interface
6 @interface Foo () { interface in int
11 @implementation Foo implementation
Dproperty-category-impl.m5 @interface Foo @end interface
11 @interface Foo (Category) <Proto> @end interface in Category
13 @implementation Foo (Category) implementation in Category
Dpredefined-expr.m16 @interface Foo interface
19 @implementation Foo implementation
73 @interface Foo (Category) interface in Category
76 @implementation Foo (Category) implementation in Category
Dobjc2-weak-ivar.m5 @interface Foo { interface
11 @implementation Foo @end implementation
/external/clang/test/CodeGen/
D2003-10-09-UnionInitializerBug.c3 struct Foo { struct
12 struct Foo b; argument
/external/clang/test/Rewriter/
Drewrite-user-defined-accessors.mm5 @interface Foo { interface
13 @implementation Foo implementation
23 - (void) setFoo : (Foo *) arg {
Dprotocol-rewrite-1.m13 @interface Foo interface
20 + (MyWidget *)elementForView:(Foo *)view;
23 @implementation Foo implementation
34 {
Drewrite-block-ivar-call.mm3 @interface Foo { interface
8 @implementation Foo implementation
/external/clang/test/ARCMT/
Dremove-dealloc-zerouts.m5 @interface Foo interface
13 @implementation Foo implementation
32 - (void) setA:(Foo*) val; argument
42 - (void) setA:(Foo*) val { } argument
/external/clang/test/Modules/Inputs/
Dnamespaces-left.h50 class Foo; variable
57 class Foo; variable
Dnamespaces-right.h58 class Foo; variable
65 class Foo; variable
/external/clang/test/SemaObjCXX/
Dcomposite-objc-pointertype.mm4 @interface Foo interface
7 @implementation Foo implementation
/external/clang/test/SemaCXX/
Dtemplated-friend-decl.cpp4 struct Foo { struct
9 // Foo<int> is. This is to protect against PR5848; for now, this "parses" but argument

12345678910>>...14