Home
last modified time | relevance | path

Searched refs:_GUID (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-templ-uuidof.cpp3 struct _GUID { struct
24 const _GUID &xa = __uuidof(X<A>); argument
27 const _GUID &xb = __uuidof(X<B>);
29 const _GUID &xc = __uuidof(X<C>);
39 const _GUID &xd = __uuidof(X<C>);
42 const _GUID &yd = __uuidof(Y<X<C> >);
H A Dmicrosoft-uuidof.cpp15 struct _GUID { struct
26 typedef struct _GUID GUID; argument
137 template<const _GUID &g> const _GUID &f() { return g; } in f()
H A Ddebug-info-uuid.cpp31 struct _GUID { struct
34 template <const _GUID *> argument
41 template <const _GUID &>
H A Dmangle-ms-templates.cpp292 struct _GUID {}; struct
295 template <typename T, const _GUID *G = &__uuidof(T)>
298 template <typename T, const _GUID &G = __uuidof(T)>
317 template <const _GUID *G>
321 template <const _GUID *G>
H A Dmicrosoft-uuidof-mangling.cpp4 typedef struct _GUID struct
/llvm-project/clang/test/PCH/
H A Duuidof.cpp6 struct _GUID {}; struct
7 const _GUID &x = __uuidof(0);
/llvm-project/clang/test/SemaCXX/
H A DPR40395.cpp7 struct _GUID {}; struct
10 template <const _GUID* piid>
H A Dms-iunknown-template-function.cpp5 typedef struct _GUID { struct
H A Dborland-extensions.cpp43 typedef struct _GUID { struct
H A Dms-uuid.cpp6 typedef struct _GUID { struct
/llvm-project/clang/test/Parser/
H A DMicrosoftExtensions.cpp39 typedef struct _GUID struct
162 const struct _GUID *w = &__uuidof(inher); // expected-error{{cannot call operator __uuidof on a typ…
163 const struct _GUID *x = &__uuidof(thing<uuid, inher>);
164 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uu…
166 const struct _GUID *z = &__uuidof(thing_obj); // expected-error{{cannot call operator __uuidof on a…
H A Dms-square-bracket-attributes.mm3 typedef struct _GUID { struct
/llvm-project/clang/test/Index/
H A Dindex-msguid.cpp1 template <class T, const _GUID &ID = __uuidof(T)>
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp242 typedef struct _GUID { struct
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp