OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanConvert
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
SemaFixItUtils.cpp
97
bool
CanConvert
= CompareTypes(
100
if (
CanConvert
) {
129
bool
CanConvert
= false;
136
CanConvert
= CompareTypes(S.Context.getPointerType(FromQTy), ToQTy,
138
if (
CanConvert
) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdadc.h
71
virtual HRESULT WINAPI
CanConvert
(DBTYPE wSrcType,DBTYPE wDstType) = 0;
81
HRESULT (WINAPI *
CanConvert
)(IDataConvert *This,DBTYPE wSrcType,DBTYPE wDstType);
93
#define IDataConvert_CanConvert(This,wSrcType,wDstType) (This)->lpVtbl->
CanConvert
(This,wSrcType,wDstType)
wincodec.h
[
all
...]
oledb.h
[
all
...]
Completed in 1364 milliseconds