HomeSort by relevance Sort by last modified time
    Searched defs:ICS (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Initialization.h 576 ImplicitConversionSequence *ICS;
792 void AddConversionSequenceStep(const ImplicitConversionSequence &ICS,
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 784 ImplicitConversionSequence ICS;
786 ICS.Standard, CStyle, AllowObjCWritebackConversion)){
787 ICS.setStandard();
788 return ICS;
792 ICS.setBad(BadConversionSequence::no_conversion, From, ToType);
793 return ICS;
796 // C++ [over.ics.user]p4:
807 ICS.setStandard();
808 ICS.Standard.setAsIdentityConversion();
809 ICS.Standard.setFromType(FromType)
    [all...]

Completed in 83 milliseconds