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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp404 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h485 bool isAmbiguous() const { return IsAmbiguous; } function in class:DefMacroDirective
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp54 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { function in class:CXXBasePaths
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h241 bool isAmbiguous() const { function in class:clang::LookupResult
H A DOverload.h502 bool isAmbiguous() const { return getKind() == AmbiguousConversion; } function in class:clang::ImplicitConversionSequence
H A DDeclSpec.h1157 unsigned isAmbiguous : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp149 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *ArgInfo, unsigned NumArgs, SourceLocation EllipsisLoc, SourceLocation RParenLoc, unsigned TypeQuals, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation ConstQualifierLoc, SourceLocation VolatileQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceLocation ESpecLoc, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType) argument
H A DSemaInit.cpp2676 bool InitializationSequence::isAmbiguous() const { function in class:InitializationSequence
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1742 bool isTypeIdInParens(bool &isAmbiguous) { argument
1749 bool isAmbiguous; local
1782 bool isAmbiguous; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1562 bool isAmbiguous = Record[Idx++]; local

Completed in 320 milliseconds