| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 353 UnresolvedLookupExpr::UnresolvedLookupExpr( in UnresolvedLookupExpr() function in UnresolvedLookupExpr 367 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() function in UnresolvedLookupExpr 373 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() 381 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() 382 return new (Mem) UnresolvedLookupExpr(Context, NamingClass, QualifierLoc, in Create() 387 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() 399 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() 400 return new (Mem) UnresolvedLookupExpr( in Create() 405 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() 412 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in CreateEmpty() [all …]
|
| H A D | ItaniumMangle.cpp | 4342 isa<UnresolvedLookupExpr>(E) || in mangleType() 4506 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); in isParenthesizedADLCallee() 4999 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression()
|
| H A D | TextNodeDumper.cpp | 1174 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr() 1180 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
|
| H A D | JSONNodeDumper.cpp | 1419 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
|
| H A D | StmtProfile.cpp | 2129 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
|
| H A D | ASTImporter.cpp | 624 ExpectedStmt VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E); 8435 ASTNodeImporter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr() 8476 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr() 8482 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr() 8828 UnresolvedLookupExpr *ToCallee = importChecked(Err, E->getCallee()); in VisitCXXFoldExpr()
|
| H A D | StmtPrinter.cpp | 1191 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3159 class UnresolvedLookupExpr final 3208 static UnresolvedLookupExpr * 3217 static UnresolvedLookupExpr * 4056 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults() 4065 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo() 4072 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc() 4079 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getNamingClass() 4708 CXXFoldExpr(QualType T, UnresolvedLookupExpr *Callee, in CXXFoldExpr() 4723 UnresolvedLookupExpr *getCallee() const { in getCallee() 5064 UnresolvedLookupExpr *OpCoawait) in DependentCoawaitExpr() [all …]
|
| H A D | TextNodeDumper.h | 296 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
|
| H A D | JSONNodeDumper.h | 297 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
|
| H A D | Stmt.h | 1054 friend class UnresolvedLookupExpr; in alignas() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 253 UnresolvedLookupExpr *Lookup) { in BuildOperatorCoawaitCall() 265 cast<UnresolvedLookupExpr>(R.get())); in buildOperatorCoawaitCall() 896 cast<UnresolvedLookupExpr>(Lookup.get())); in ActOnCoawaitExpr() 911 Expr *CoawaitOp = UnresolvedLookupExpr::Create( in BuildOperatorCoawaitLookupExpr() 922 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
|
| H A D | SemaTemplateVariadic.cpp | 1242 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr() 1254 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr() 1262 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
|
| H A D | TreeTransform.h | 3944 ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *ULE, in RebuildCXXFoldExpr() 8275 cast<UnresolvedLookupExpr>(LookupResult.get())); in TransformDependentCoawaitExpr() 10198 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() 10206 UnresolvedLookupExpr::Create( in TransformOMPReductionClause() 10246 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause() 10291 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPInReductionClause() 10472 auto *ULE = cast<UnresolvedLookupExpr>(E); in transformOMPMappableExprListClause() 10479 UnresolvedMappers.push_back(UnresolvedLookupExpr::Create( in transformOMPMappableExprListClause() 12122 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { in TransformCXXOperatorCallExpr() 14202 UnresolvedLookupExpr *Callee = nullptr; in TransformCXXFoldExpr() [all …]
|
| H A D | SemaOverload.cpp | 13462 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() 13486 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 13504 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 13689 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr() 13785 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet() 13894 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr() 14005 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr() 14061 return UnresolvedLookupExpr::Create(Context, NamingClass, NNSLoc, DNI, in CreateUnresolvedLookupExpr() 16047 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall() 16200 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference()
|
| H A D | SemaConcept.cpp | 128 isa<UnresolvedLookupExpr>(ConstraintExpression) && in CheckConstraintExpression()
|
| H A D | SemaAccess.cpp | 1558 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
|
| H A D | SemaExprMember.cpp | 270 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
|
| H A D | SemaExpr.cpp | 3448 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr() 3449 = UnresolvedLookupExpr::Create(Context, R.getNamingClass(), in BuildDeclarationNameExpr() 7128 if (!E || isa<UnresolvedLookupExpr>(E)) in DiagnosedUnqualifiedCallsToStdFunctions() 7162 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn); in ActOnCallExpr() 7263 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr() 16540 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess()
|
| H A D | Sema.cpp | 2651 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 863 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 203 class UnresolvedLookupExpr; variable 4247 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 4271 UnresolvedLookupExpr *ULE, 4279 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, 5734 UnresolvedLookupExpr *AsULE = nullptr); 6765 ExprResult BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, 8056 AccessResult CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, 11241 UnresolvedLookupExpr *Lookup); 11245 UnresolvedLookupExpr *Lookup);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2103 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr() 4073 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1818 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|