HomeSort by relevance Sort by last modified time
    Searched refs:ConversionFunction (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
Overload.h 280 /// ConversionFunction - The function that will perform the
283 FunctionDecl* ConversionFunction;
286 /// the same as \c ConversionFunction or it might be a using declaration
287 /// that refers to \c ConversionFunction.
  /external/clang/lib/Sema/
SemaOverload.cpp 489 if (ConversionFunction)
490 OS << '\'' << *ConversionFunction << '\'';
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 189 milliseconds