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

  /external/clang/include/clang/Sema/
Lookup.h 57 Ambiguous
224 return getResultKind() == Ambiguous;
392 if (ResultKind == Ambiguous) {
577 ResultKind = Ambiguous;
598 AmbiguityKind Ambiguity; // ill-defined unless ambiguous
Overload.h 40 OR_Ambiguous, ///< Ambiguous candidates found.
269 /// Represents an ambiguous user-defined conversion sequence.
367 /// ambiguous conversion (C++0x [over.best.ics]p10).
390 if (ConversionKind == AmbiguousConversion) Ambiguous.destruct();
404 /// details of the ambiguous conversion.
405 AmbiguousConversionSequence Ambiguous;
423 case AmbiguousConversion: Ambiguous.copyFrom(Other.Ambiguous); break;
446 /// sequences and ambiguous conversion sequences the same rank,
499 Ambiguous.construct()
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp 311 assert(ResultKind != Ambiguous || Decls.size() > 1 ||
314 assert((Paths != NULL) == (ResultKind == Ambiguous &&
345 // Don't do any extra resolution if we've already resolved as ambiguous.
346 if (ResultKind == Ambiguous) return;
351 bool Ambiguous = false;
391 Ambiguous = true;
401 Ambiguous = true;
416 if (HideTags && HasTag && !Ambiguous &&
422 Ambiguous = true;
428 Ambiguous = true
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 172 milliseconds