| /freebsd-13.1/contrib/llvm-project/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 | 3891 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 D | TextNodeDumper.cpp | 1037 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr() 1043 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
|
| H A D | JSONNodeDumper.cpp | 1308 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
|
| H A D | StmtProfile.cpp | 2002 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
|
| H A D | ASTImporter.cpp | 649 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 D | StmtPrinter.cpp | 1031 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3073 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 D | TextNodeDumper.h | 286 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
|
| H A D | JSONNodeDumper.h | 283 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 267 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 D | SemaTemplateVariadic.cpp | 1230 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr() 1242 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr() 1250 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
|
| H A D | TreeTransform.h | 3701 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 D | SemaOverload.cpp | 12633 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 D | SemaConcept.cpp | 94 isa<UnresolvedLookupExpr>(ConstraintExpression)) || in CheckConstraintExpression()
|
| H A D | SemaAccess.cpp | 1546 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
|
| H A D | SemaExprMember.cpp | 237 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
|
| H A D | Sema.cpp | 2453 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
|
| H A D | SemaExpr.cpp | 3186 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 D | StmtNodes.td | 152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 467 bool VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 847 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 203 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 D | ASTReaderStmt.cpp | 2058 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 D | ASTMatchers.h | 1793 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|