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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp63 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) { function in class:CXXBasePaths
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp159 static bool isAmbiguous(unsigned Opc) { function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp542 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h589 bool isAmbiguous() const { return LatestLocalAndAmbiguous.getInt(); } function in class:MacroDefinition
H A DPreprocessor.h642 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const { function in class:clang::Preprocessor::MacroState
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h301 bool isAmbiguous() const { function in class:clang::LookupResult
H A DOverload.h630 bool isAmbiguous() const { return getKind() == AmbiguousConversion; } function in class:clang::ImplicitConversionSequence
H A DDeclSpec.h1287 unsigned isAmbiguous : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp151 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, DeclSpec *MethodQualifiers) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2307 bool isTypeIdInParens(bool &isAmbiguous) { argument
2314 bool isAmbiguous; local
2366 bool isAmbiguous; local

Completed in 239 milliseconds