Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp353 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 DItaniumMangle.cpp4342 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 DTextNodeDumper.cpp1174 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
1180 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
H A DJSONNodeDumper.cpp1419 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
H A DStmtProfile.cpp2129 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
H A DASTImporter.cpp624 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 DStmtPrinter.cpp1191 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3159 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 DTextNodeDumper.h296 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
H A DJSONNodeDumper.h297 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
H A DStmt.h1054 friend class UnresolvedLookupExpr; in alignas() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp253 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 DSemaTemplateVariadic.cpp1242 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr()
1254 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr()
1262 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
H A DTreeTransform.h3944 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 DSemaOverload.cpp13462 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 DSemaConcept.cpp128 isa<UnresolvedLookupExpr>(ConstraintExpression) && in CheckConstraintExpression()
H A DSemaAccess.cpp1558 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
H A DSemaExprMember.cpp270 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
H A DSemaExpr.cpp3448 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 DSema.cpp2651 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp863 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h203 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 DASTReaderStmt.cpp2103 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 DASTMatchers.h1818 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>

12