OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AmbiguousConversion
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Sema/
Overload.h
391
/// the target type.
AmbiguousConversion
represents the unique
396
AmbiguousConversion
,
422
if (ConversionKind ==
AmbiguousConversion
) Ambiguous.destruct();
435
/// When ConversionKind ==
AmbiguousConversion
, provides the
460
case
AmbiguousConversion
: Ambiguous.copyFrom(Other.Ambiguous); break;
491
case
AmbiguousConversion
:
507
bool isAmbiguous() const { return getKind() ==
AmbiguousConversion
; }
534
if (ConversionKind ==
AmbiguousConversion
) return;
535
ConversionKind =
AmbiguousConversion
;
/external/clang/lib/Sema/
SemaOverload.cpp
524
case
AmbiguousConversion
:
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaInit.cpp
[
all
...]
Completed in 60 milliseconds