Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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.cpp3891 isa<UnresolvedLookupExpr>(E) || in mangleType()
4047 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); in isParenthesizedADLCallee()
4460 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression()
H A DTextNodeDumper.cpp1037 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
1043 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
H A DJSONNodeDumper.cpp1308 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
H A DStmtProfile.cpp2002 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
H A DASTImporter.cpp649 ExpectedStmt VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E);
7846 ASTNodeImporter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
7884 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
7890 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
8213 UnresolvedLookupExpr *ToCallee = importChecked(Err, E->getCallee()); in VisitCXXFoldExpr()
H A DStmtPrinter.cpp1031 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3073 class UnresolvedLookupExpr final
3121 static UnresolvedLookupExpr *
3127 static UnresolvedLookupExpr *
3965 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults()
3974 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo()
3981 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc()
3988 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getNamingClass()
4590 CXXFoldExpr(QualType T, UnresolvedLookupExpr *Callee, in CXXFoldExpr()
4605 UnresolvedLookupExpr *getCallee() const { in getCallee()
4808 UnresolvedLookupExpr *OpCoawait) in DependentCoawaitExpr()
[all …]
H A DTextNodeDumper.h286 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
H A DJSONNodeDumper.h283 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp267 Expr *CoawaitOp = UnresolvedLookupExpr::Create( in buildOperatorCoawaitLookupExpr()
279 UnresolvedLookupExpr *Lookup) { in buildOperatorCoawaitCall()
291 cast<UnresolvedLookupExpr>(R.get())); in buildOperatorCoawaitCall()
819 cast<UnresolvedLookupExpr>(Lookup.get())); in ActOnCoawaitExpr()
823 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
H A DSemaTemplateVariadic.cpp1230 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr()
1242 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr()
1250 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
H A DTreeTransform.h3701 ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *ULE, in RebuildCXXFoldExpr()
7901 cast<UnresolvedLookupExpr>(LookupResult.get())); in TransformDependentCoawaitExpr()
9632 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause()
9640 UnresolvedLookupExpr::Create( in TransformOMPReductionClause()
9680 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause()
9725 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPInReductionClause()
9905 auto *ULE = cast<UnresolvedLookupExpr>(E); in transformOMPMappableExprListClause()
9912 UnresolvedMappers.push_back(UnresolvedLookupExpr::Create( in transformOMPMappableExprListClause()
13452 UnresolvedLookupExpr *Callee = nullptr; in TransformCXXFoldExpr()
13457 Callee = cast<UnresolvedLookupExpr>(CalleeResult.get()); in TransformCXXFoldExpr()
[all …]
H A DSemaOverload.cpp12633 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates()
12657 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
12675 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
12861 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr()
12957 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet()
13066 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr()
13171 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr()
13211 return UnresolvedLookupExpr::Create(Context, NamingClass, NNSLoc, DNI, in CreateUnresolvedLookupExpr()
14973 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall()
15106 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference()
H A DSemaConcept.cpp94 isa<UnresolvedLookupExpr>(ConstraintExpression)) || in CheckConstraintExpression()
H A DSemaAccess.cpp1546 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
H A DSemaExprMember.cpp237 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
H A DSema.cpp2453 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
H A DSemaExpr.cpp3186 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr()
3187 = UnresolvedLookupExpr::Create(Context, R.getNamingClass(), in BuildDeclarationNameExpr()
6395 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn)) { in ActOnCallExpr()
6493 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr()
15008 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp467 bool VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp847 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h203 class UnresolvedLookupExpr; variable
3819 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE,
3843 UnresolvedLookupExpr *ULE,
3851 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE,
5186 UnresolvedLookupExpr *AsULE = nullptr);
6168 ExprResult BuildCXXFoldExpr(UnresolvedLookupExpr *Callee,
7316 AccessResult CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E,
10203 UnresolvedLookupExpr* Lookup);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2058 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
3754 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1793 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>

12