Home
last modified time | relevance | path

Searched refs:UnresolvedLookupExpr (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp21 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 DExprCXX.cpp349 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 DItaniumMangle.cpp3968 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 DTextNodeDumper.cpp1052 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
1058 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
H A DJSONNodeDumper.cpp1315 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
H A DStmtProfile.cpp2060 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h3090 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 DTextNodeDumper.h287 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
H A DJSONNodeDumper.h283 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp148 if (const auto *ULE = Result.Nodes.getNodeAs<UnresolvedLookupExpr>("used")) { in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp252 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 DSemaTemplateVariadic.cpp1228 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr()
1240 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr()
1248 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
H A DTreeTransform.h3764 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 DSemaOverload.cpp12804 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 DSemaConcept.cpp92 isa<UnresolvedLookupExpr>(ConstraintExpression)) || in CheckConstraintExpression()
H A DSemaAccess.cpp1546 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
H A DSemaExprMember.cpp238 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp869 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 DIndexBody.cpp471 bool VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeTest.cpp678 ASSERT_TRUE(isa<UnresolvedLookupExpr>(Expr->getCallee())); in TEST()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h202 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 DASTMatchersInternal.cpp861 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp259 TEST_P(ASTMatchersTest, UnresolvedLookupExpr) { in TEST_P() argument
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2043 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
3891 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()

12