Home
last modified time | relevance | path

Searched refs:TFoo (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-unused-raii.cpp25 struct TFoo { struct
26 TFoo(T);
27 ~TFoo();
49 TFoo<int>(23); in test()
Dgoogle-overloaded-unary-and.cpp9 struct TFoo { struct
14 TFoo<int> tfoo;
/external/llvm-project/clang/test/SemaCXX/
Dpr36536.cpp25 template <typename T> class TFoo { void f(); }; class
27 template <typename T> void decltype(TFoo<T>())::f() { in f()
/external/llvm-project/clang/test/SemaObjCXX/
Dconversion-to-objc-pointer.mm31 @interface TFoo : NSObject interface
35 @implementation TFoo implementation
Dconversion-to-objc-pointer-2.mm43 @interface TFoo : NSObject interface
52 @implementation TFoo implementation
/external/clang/test/SemaObjCXX/
Dconversion-to-objc-pointer.mm31 @interface TFoo : NSObject interface
35 @implementation TFoo implementation
Dconversion-to-objc-pointer-2.mm43 @interface TFoo : NSObject interface
52 @implementation TFoo implementation
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas117 TFoo = class(TANTLRObject, ICloneable, IFoo) class
124 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;
/external/llvm-project/clang/test/Modules/Inputs/pr19692/
Dmodule.map3 module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }
/external/clang/test/Modules/Inputs/pr19692/
Dmodule.map3 module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }