Searched refs:TFoo (Results 1 – 10 of 10) sorted by relevance
25 struct TFoo { struct26 TFoo(T);27 ~TFoo();49 TFoo<int>(23); in test()
9 struct TFoo { struct14 TFoo<int> tfoo;
25 template <typename T> class TFoo { void f(); }; class27 template <typename T> void decltype(TFoo<T>())::f() { in f()
31 @interface TFoo : NSObject interface35 @implementation TFoo implementation
43 @interface TFoo : NSObject interface52 @implementation TFoo implementation
117 TFoo = class(TANTLRObject, ICloneable, IFoo) class124 function TFoo.GetValue: String; in TFoo.GetValue()129 procedure TFoo.SetValue(const V: String);134 function TFoo.Clone: IANTLRInterface; in TFoo.Clone()138 Foo := TFoo.Create;193 Foo := TFoo.Create;
3 module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }