Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Parse/
H A DParser.h2654 return isCXXTypeId(TypeIdAsGenericSelectionArgument, isAmbiguous); in isTypeIdUnambiguously() local
2623 isTypeIdInParens(bool & isAmbiguous) isTypeIdInParens() argument
2630 bool isAmbiguous; isTypeIdInParens() local
2643 bool isAmbiguous; isTypeIdForGenericSelection() local
2700 bool isAmbiguous; isCXXTypeId() local
[all...]
/llvm-project/clang/include/clang/Sema/
H A DLookup.h324 bool isAmbiguous() const { in isAmbiguous() function
H A DOverload.h681 bool isAmbiguous() const { return getKind() == AmbiguousConversion; } isAmbiguous() function
/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp145 static bool isAmbiguous(unsigned Opc) { isAmbiguous() function
/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp39 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { isAmbiguous() function in CXXBasePaths
/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp627 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) { in isCXXTypeId() argument
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h615 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); } in isAmbiguous() function
H A DPreprocessor.h904 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const { isAmbiguous() function
/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp162 getFunction(bool hasProto,bool isAmbiguous,SourceLocation LParenLoc,ParamInfo * Params,unsigned NumParams,SourceLocation EllipsisLoc,SourceLocation RParenLoc,bool RefQualifierIsLvalueRef,SourceLocation RefQualifierLoc,SourceLocation MutableLoc,ExceptionSpecificationType ESpecType,SourceRange ESpecRange,ParsedType * Exceptions,SourceRange * ExceptionRanges,unsigned NumExceptions,Expr * NoexceptExpr,CachedTokens * ExceptionSpecTokens,ArrayRef<NamedDecl * > DeclsInPrototype,SourceLocation LocalRangeBegin,SourceLocation LocalRangeEnd,Declarator & TheDeclarator,TypeResult TrailingReturnType,SourceLocation TrailingReturnTypeLoc,DeclSpec * MethodQualifiers) getFunction() argument
H A DSemaInit.cpp3798 bool InitializationSequence::isAmbiguous() const { isAmbiguous() function in InitializationSequence