Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp350 UnresolvedLookupExpr::UnresolvedLookupExpr( in UnresolvedLookupExpr() function in UnresolvedLookupExpr
364 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() function in UnresolvedLookupExpr
370 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create()
378 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create()
379 return new (Mem) UnresolvedLookupExpr(Context, NamingClass, QualifierLoc, in Create()
384 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create()
396 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create()
397 return new (Mem) UnresolvedLookupExpr(Context, NamingClass, QualifierLoc, in Create()
402 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty()
409 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in CreateEmpty()
[all …]
H A DItaniumMangle.cpp3965 isa<UnresolvedLookupExpr>(E) || in mangleType()
4121 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); in isParenthesizedADLCallee()
4534 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.cpp1347 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
H A DStmtProfile.cpp2078 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
H A DASTImporter.cpp667 ExpectedStmt VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E);
8118 ASTNodeImporter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
8156 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
8162 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
8508 UnresolvedLookupExpr *ToCallee = importChecked(Err, E->getCallee()); in VisitCXXFoldExpr()
H A DStmtPrinter.cpp1181 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h3147 class UnresolvedLookupExpr final
3195 static UnresolvedLookupExpr *
3201 static UnresolvedLookupExpr *
4038 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults()
4047 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo()
4054 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc()
4061 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getNamingClass()
4690 CXXFoldExpr(QualType T, UnresolvedLookupExpr *Callee, in CXXFoldExpr()
4705 UnresolvedLookupExpr *getCallee() const { in getCallee()
5046 UnresolvedLookupExpr *OpCoawait) in DependentCoawaitExpr()
[all …]
H A DTextNodeDumper.h287 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
H A DJSONNodeDumper.h288 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
H A DStmt.h896 friend class UnresolvedLookupExpr; in alignas() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp252 UnresolvedLookupExpr *Lookup) { in BuildOperatorCoawaitCall()
264 cast<UnresolvedLookupExpr>(R.get())); in buildOperatorCoawaitCall()
808 cast<UnresolvedLookupExpr>(Lookup.get())); in ActOnCoawaitExpr()
823 Expr *CoawaitOp = UnresolvedLookupExpr::Create( in BuildOperatorCoawaitLookupExpr()
834 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
H A DSemaTemplateVariadic.cpp1232 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr()
1244 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr()
1252 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
H A DTreeTransform.h3856 ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *ULE, in RebuildCXXFoldExpr()
8117 cast<UnresolvedLookupExpr>(LookupResult.get())); in TransformDependentCoawaitExpr()
10022 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause()
10030 UnresolvedLookupExpr::Create( in TransformOMPReductionClause()
10070 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause()
10115 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPInReductionClause()
10295 auto *ULE = cast<UnresolvedLookupExpr>(E); in transformOMPMappableExprListClause()
10302 UnresolvedMappers.push_back(UnresolvedLookupExpr::Create( in transformOMPMappableExprListClause()
13923 UnresolvedLookupExpr *Callee = nullptr; in TransformCXXFoldExpr()
13928 Callee = cast<UnresolvedLookupExpr>(CalleeResult.get()); in TransformCXXFoldExpr()
[all …]
H A DSemaOverload.cpp12958 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates()
12982 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
13000 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
13185 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr()
13281 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet()
13390 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr()
13495 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr()
13535 return UnresolvedLookupExpr::Create(Context, NamingClass, NNSLoc, DNI, in CreateUnresolvedLookupExpr()
15350 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall()
15482 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference()
H A DSemaConcept.cpp118 isa<UnresolvedLookupExpr>(ConstraintExpression)) || in CheckConstraintExpression()
H A DSemaAccess.cpp1548 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
H A DSemaExprMember.cpp238 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
H A DSema.cpp2600 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
H A DSemaExpr.cpp3250 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr()
3251 = UnresolvedLookupExpr::Create(Context, R.getNamingClass(), in BuildDeclarationNameExpr()
6823 if (!E || isa<UnresolvedLookupExpr>(E)) in DiagnosedUnqualifiedCallsToStdFunctions()
6857 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn)) { in ActOnCallExpr()
6960 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr()
16037 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h202 class UnresolvedLookupExpr; variable
4156 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE,
4180 UnresolvedLookupExpr *ULE,
4188 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE,
5607 UnresolvedLookupExpr *AsULE = nullptr);
6613 ExprResult BuildCXXFoldExpr(UnresolvedLookupExpr *Callee,
7860 AccessResult CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E,
10896 UnresolvedLookupExpr *Lookup);
10900 UnresolvedLookupExpr *Lookup);
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp862 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2055 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
3945 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1807 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>

12