Home
last modified time | relevance | path

Searched defs:Thing (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Modules/
H A Dlookup-assert-protocol.m9 @interface Thing<DerivedProtocol> interface
12 @implementation Thing implementation
/llvm-project/clang/test/SemaObjC/
H A Dblock-attr.m4 @interface Thing {} interface
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-template-callback.cpp76 struct Thing { struct
H A Dmangle-ms-templates.cpp260 struct Thing<T, false> { }; struct
263 struct Thing<T, true> { }; struct
/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-deducing-this.cpp705 struct Thing { global() struct
707 ThingGH69962::Thing Thing() argument
H A Dtypo-correction.cpp294 namespace foobar { struct Thing {}; } struct
293 namespace foobar { struct Thing {}; } global() struct
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-ns-macros.m307 } Thing; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp118 struct Thing {}; struct
H A Dloop-convert-extra.cpp364 for (S::iterator Thing = Things.begin(), End = Things.end(); Thing != End; ++Thing) { in oldIndexConflict() local