HomeSort by relevance Sort by last modified time
    Searched defs:CanConvert (Results 1 - 3 of 3) 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)
oledb.h     [all...]

Completed in 302 milliseconds