| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | UnresolvedSet.h | 38 friend class UnresolvedSetImpl; variable 62 class UnresolvedSetImpl { 70 UnresolvedSetImpl() = default; 71 UnresolvedSetImpl(const UnresolvedSetImpl &) = default; 72 UnresolvedSetImpl &operator=(const UnresolvedSetImpl &) = default; 74 UnresolvedSetImpl(UnresolvedSetImpl &&) = default; 75 UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) = default; 157 public UnresolvedSetImpl {
|
| H A D | DeclTemplate.h | 58 class UnresolvedSetImpl; variable 694 const UnresolvedSetImpl &Candidates, 702 Create(ASTContext &Context, const UnresolvedSetImpl &Candidates,
|
| H A D | Decl.h | 80 class UnresolvedSetImpl; variable 3061 ASTContext &Context, const UnresolvedSetImpl &Templates,
|
| H A D | ExprCXX.h | 3199 using decls_iterator = UnresolvedSetImpl::iterator;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 154 using iterator = UnresolvedSetImpl::iterator; 354 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
|
| H A D | Sema.h | 193 class UnresolvedSetImpl; variable 1256 UnresolvedSetImpl &NonTemplateOverloads); 7471 UnresolvedSetImpl &Functions); 9473 UnresolvedSetImpl &Functions); 10375 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args, 10502 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args, 10743 const UnresolvedSetImpl &Fns, 10763 const UnresolvedSetImpl &Fns, Expr *input, 10769 const UnresolvedSetImpl &Fns, 10796 const UnresolvedSetImpl &Fns, Expr *LHS, [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2640 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall() 2745 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads() 2749 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads() 2778 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
|
| H A D | SemaOverload.cpp | 6650 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion() 6669 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion() 6751 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates() 7582 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() 8672 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args, in AddNonMemberOperatorCandidates() 14881 const UnresolvedSetImpl &Fns, in CreateUnresolvedLookupExpr() 14974 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp() 15171 const UnresolvedSetImpl &Fns, in LookupOverloadedBinOp() 15240 const UnresolvedSetImpl &Fns, Expr *LHS, in CreateOverloadedBinOp() 15706 SourceLocation OpLoc, const UnresolvedSetImpl &Fns, Expr *LHS, Expr *RHS, in BuildSynthesizedThreeWayComparison()
|
| H A D | SemaLookup.cpp | 3369 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
|
| H A D | TreeTransform.h | 2985 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) { in RebuildCXXRewrittenBinaryOperator() 3187 const UnresolvedSetImpl &Functions, 17485 bool RequiresADL, const UnresolvedSetImpl &Functions, Expr *First, in RebuildCXXOperatorCallExpr()
|
| H A D | SemaDeclCXX.cpp | 8851 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison()
|
| H A D | SemaExpr.cpp | 15444 UnresolvedSetImpl &Functions) { in LookupBinOp()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 4312 ASTContext &Context, const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization() 4329 ASTContext &Context, const UnresolvedSetImpl &Candidates, in Create() 4340 const UnresolvedSetImpl &Candidates, in DependentFunctionTemplateSpecializationInfo()
|
| H A D | DeclCXX.cpp | 1886 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput, in CollectVisibleConversions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2069 …mallVectorIyLj64EEERj", "clang::ASTReader::ReadUnresolvedSet(clang::UnresolvedSetImpl&, llvm::Smal… 2486 …m15SmallVectorImplIyEE", "clang::ASTWriter::AddUnresolvedSet(clang::UnresolvedSetImpl const&, llvm… 5609 …rloadedOperatorKind, clang::Scope*, clang::QualType, clang::QualType, clang::UnresolvedSetImpl&)"}, 5721 …OverloadCandidateSetEb", "clang::Sema::AddFunctionCandidates(clang::UnresolvedSetImpl const&, clan… 5750 …CreateOverloadedUnaryOp(clang::SourceLocation, unsigned int, clang::UnresolvedSetImpl const&, clan… 5751 …::CreateOverloadedBinOp(clang::SourceLocation, unsigned int, clang::UnresolvedSetImpl const&, clan… 9643 …Decl::setDependentTemplateSpecialization(clang::ASTContext&, clang::UnresolvedSetImpl const&, clan… 9644 …cializationInfo::DependentFunctionTemplateSpecializationInfo(clang::UnresolvedSetImpl const&, clan… 9645 …cializationInfo::DependentFunctionTemplateSpecializationInfo(clang::UnresolvedSetImpl const&, clan… 9917 …trSet<clang::CanQual<clang::Type>, 8u> const&, clang::UnresolvedSetImpl&, clang::UnresolvedSetImpl…
|