Searched defs:isAmbiguous (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/AST/
H A DCXXInheritance.cpp46 /// isAmbiguous - Determines whether the set of paths provided is
50 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { function in class:CXXBasePaths
/external/clang/lib/Parse/
H A DParseTentative.cpp404 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) { argument
406 isAmbiguous = false;
444 isAmbiguous = true;
453 isAmbiguous = true;
/external/clang/include/clang/Lex/
H A DMacroInfo.h588 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); } function in class:MacroDefinition
H A DPreprocessor.h446 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const { function in class:clang::Preprocessor::MacroState
820 S.isAmbiguous(*this, II));
835 S.isAmbiguous(*this, II));
/external/clang/include/clang/Sema/
H A DLookup.h242 bool isAmbiguous() const { function in class:clang::LookupResult
268 assert(isAmbiguous());
634 if (isAmbiguous())
H A DOverload.h490 bool isAmbiguous() const { return getKind() == AmbiguousConversion; } function in class:clang::ImplicitConversionSequence
492 bool isFailure() const { return isBad() || isAmbiguous(); }
664 if (Conversions[i].isAmbiguous()) return true;
H A DDeclSpec.h1193 unsigned isAmbiguous : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
/external/clang/lib/Sema/
H A DDeclSpec.cpp153 bool isAmbiguous,
190 I.Fun.isAmbiguous = isAmbiguous;
152 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation RestrictQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceRange ESpecRange, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaInit.cpp2984 bool InitializationSequence::isAmbiguous() const { function in class:InitializationSequence
/external/clang/include/clang/Parse/
H A DParser.h1915 bool isTypeIdInParens(bool &isAmbiguous) { argument
1917 return isCXXTypeId(TypeIdInParens, isAmbiguous);
1918 isAmbiguous = false;
1922 bool isAmbiguous; local
1923 return isTypeIdInParens(isAmbiguous);
1963 bool isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous);
1965 bool isAmbiguous; local
1966 return isCXXTypeId(Context, isAmbiguous);
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c1464 UBool isAmbiguous; local
1483 isAmbiguous=ucnv_isAmbiguous(cnv);
1486 if((outUnicode[2]!=0x5c)!=isAmbiguous) {
1488 ucnv_getName(cnv, &errorCode), outUnicode[2]!=0x5c, isAmbiguous);

Completed in 283 milliseconds