Home
last modified time | relevance | path

Searched refs:QueryInterface (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dms-iunknown-template-function.cpp22 virtual HRESULT __stdcall QueryInterface(
31 HRESULT __stdcall QueryInterface(Q **pp) { in QueryInterface() function
32 return QueryInterface(__uuidof(Q), (void **)pp); in QueryInterface()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dclient.py177 return vt.QueryInterface(self.client, byref(iface), byref(ptr))
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp389 if (S_OK == Table->QueryInterface(__uuidof(T), (void **)&Enumerator)) in getTableEnumerator()