| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | MoveForwardingReferenceCheck.cpp | 21 static void replaceMoveWithForward(const UnresolvedLookupExpr *Callee, in replaceMoveWithForward() 96 Result.Nodes.getNodeAs<UnresolvedLookupExpr>("lookup"); in check()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 349 UnresolvedLookupExpr::UnresolvedLookupExpr( in UnresolvedLookupExpr() function in UnresolvedLookupExpr 363 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() function in UnresolvedLookupExpr 369 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() 377 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() 378 return new (Mem) UnresolvedLookupExpr(Context, NamingClass, QualifierLoc, in Create() 383 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() 395 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() 396 return new (Mem) UnresolvedLookupExpr(Context, NamingClass, QualifierLoc, in Create() 401 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() 408 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in CreateEmpty() [all …]
|
| H A D | ItaniumMangle.cpp | 3968 isa<UnresolvedLookupExpr>(E) || in mangleType() 4118 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); in isParenthesizedADLCallee() 4530 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression()
|
| H A D | TextNodeDumper.cpp | 1052 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr() 1058 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
|
| H A D | JSONNodeDumper.cpp | 1315 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
|
| H A D | StmtProfile.cpp | 2060 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3090 class UnresolvedLookupExpr final 3138 static UnresolvedLookupExpr * 3144 static UnresolvedLookupExpr * 3982 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults() 3991 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo() 3998 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc() 4005 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getNamingClass() 4607 CXXFoldExpr(QualType T, UnresolvedLookupExpr *Callee, in CXXFoldExpr() 4622 UnresolvedLookupExpr *getCallee() const { in getCallee() 4829 UnresolvedLookupExpr *OpCoawait) in DependentCoawaitExpr() [all …]
|
| H A D | TextNodeDumper.h | 287 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
|
| H A D | JSONNodeDumper.h | 283 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | UnusedUsingDeclsCheck.cpp | 148 if (const auto *ULE = Result.Nodes.getNodeAs<UnresolvedLookupExpr>("used")) { in check()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 252 UnresolvedLookupExpr *Lookup) { in BuildOperatorCoawaitCall() 264 cast<UnresolvedLookupExpr>(R.get())); in buildOperatorCoawaitCall() 801 cast<UnresolvedLookupExpr>(Lookup.get())); in ActOnCoawaitExpr() 816 Expr *CoawaitOp = UnresolvedLookupExpr::Create( in BuildOperatorCoawaitLookupExpr() 827 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
|
| H A D | SemaTemplateVariadic.cpp | 1228 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr() 1240 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr() 1248 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
|
| H A D | TreeTransform.h | 3764 ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *ULE, in RebuildCXXFoldExpr() 8007 cast<UnresolvedLookupExpr>(LookupResult.get())); in TransformDependentCoawaitExpr() 9875 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() 9883 UnresolvedLookupExpr::Create( in TransformOMPReductionClause() 9923 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause() 9968 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPInReductionClause() 10148 auto *ULE = cast<UnresolvedLookupExpr>(E); in transformOMPMappableExprListClause() 10155 UnresolvedMappers.push_back(UnresolvedLookupExpr::Create( in transformOMPMappableExprListClause() 13747 UnresolvedLookupExpr *Callee = nullptr; in TransformCXXFoldExpr() 13752 Callee = cast<UnresolvedLookupExpr>(CalleeResult.get()); in TransformCXXFoldExpr() [all …]
|
| H A D | SemaOverload.cpp | 12804 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() 12828 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 12846 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 13032 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr() 13128 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet() 13237 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr() 13342 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr() 13382 return UnresolvedLookupExpr::Create(Context, NamingClass, NNSLoc, DNI, in CreateUnresolvedLookupExpr() 15159 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall() 15291 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference()
|
| H A D | SemaConcept.cpp | 92 isa<UnresolvedLookupExpr>(ConstraintExpression)) || in CheckConstraintExpression()
|
| H A D | SemaAccess.cpp | 1546 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
|
| H A D | SemaExprMember.cpp | 238 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | AST.cpp | 869 if (auto *Lookup = dyn_cast<UnresolvedLookupExpr>(E->getCallee())) { in getCalleeDeclOrUniqueOverload() 879 static FunctionDecl *resolveOverload(UnresolvedLookupExpr *Lookup, in resolveOverload()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexBody.cpp | 471 bool VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | SourceCodeTest.cpp | 678 ASSERT_TRUE(isa<UnresolvedLookupExpr>(Expr->getCallee())); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 202 class UnresolvedLookupExpr; variable 4036 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 4060 UnresolvedLookupExpr *ULE, 4068 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, 5466 UnresolvedLookupExpr *AsULE = nullptr); 6458 ExprResult BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, 7611 AccessResult CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, 10566 UnresolvedLookupExpr *Lookup); 10570 UnresolvedLookupExpr *Lookup);
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 861 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 259 TEST_P(ASTMatchersTest, UnresolvedLookupExpr) { in TEST_P() argument
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2043 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr() 3891 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
|