/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprCXX.cpp | 350 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 D | ItaniumMangle.cpp | 3965 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 D | TextNodeDumper.cpp | 1052 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr() 1058 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
|
H A D | JSONNodeDumper.cpp | 1347 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
|
H A D | StmtProfile.cpp | 2078 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
|
H A D | ASTImporter.cpp | 667 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 D | StmtPrinter.cpp | 1181 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ExprCXX.h | 3147 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 D | TextNodeDumper.h | 287 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
|
H A D | JSONNodeDumper.h | 288 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
|
H A D | Stmt.h | 896 friend class UnresolvedLookupExpr; in alignas() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 252 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 D | SemaTemplateVariadic.cpp | 1232 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr() 1244 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr() 1252 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
|
H A D | TreeTransform.h | 3856 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 D | SemaOverload.cpp | 12958 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 D | SemaConcept.cpp | 118 isa<UnresolvedLookupExpr>(ConstraintExpression)) || in CheckConstraintExpression()
|
H A D | SemaAccess.cpp | 1548 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
|
H A D | SemaExprMember.cpp | 238 UnresolvedLookupExpr *AsULE) { in BuildPossibleImplicitMemberExpr()
|
H A D | Sema.cpp | 2600 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
|
H A D | SemaExpr.cpp | 3250 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 D | StmtNodes.td | 152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 202 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 D | ASTMatchersInternal.cpp | 862 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2055 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr() 3945 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1807 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|