| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 305 UnresolvedLookupExpr::UnresolvedLookupExpr( in UnresolvedLookupExpr() function in UnresolvedLookupExpr 319 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() function in UnresolvedLookupExpr 325 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() 333 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() 334 return new (Mem) UnresolvedLookupExpr(Context, NamingClass, QualifierLoc, in Create() 339 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() 351 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create() 352 return new (Mem) UnresolvedLookupExpr(Context, NamingClass, QualifierLoc, in Create() 357 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() 364 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in CreateEmpty() [all …]
|
| H A D | TextNodeDumper.cpp | 693 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr() 699 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
|
| H A D | ItaniumMangle.cpp | 3313 isa<UnresolvedLookupExpr>(E) || in mangleType() 3442 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); in isParenthesizedADLCallee() 3779 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression()
|
| H A D | StmtProfile.cpp | 1723 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
|
| H A D | StmtPrinter.cpp | 938 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
|
| H A D | ASTImporter.cpp | 598 ExpectedStmt VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E); 7204 ASTNodeImporter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr() 7240 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr() 7246 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2828 class UnresolvedLookupExpr final 2864 UnresolvedLookupExpr(EmptyShell Empty, unsigned NumResults, 2876 static UnresolvedLookupExpr * 2882 static UnresolvedLookupExpr * 3687 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults() 3696 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo() 3703 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc() 3710 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getNamingClass() 4463 UnresolvedLookupExpr *OpCoawait) in DependentCoawaitExpr() 4482 UnresolvedLookupExpr *getOperatorCoawaitLookup() const { in getOperatorCoawaitLookup() [all …]
|
| H A D | TextNodeDumper.h | 257 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
|
| H A D | Stmt.h | 797 friend class UnresolvedLookupExpr; in alignas() local
|
| H A D | RecursiveASTVisitor.h | 2530 DEF_TRAVERSE_STMT(UnresolvedLookupExpr, {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 288 Expr *CoawaitOp = UnresolvedLookupExpr::Create( in buildOperatorCoawaitLookupExpr() 300 UnresolvedLookupExpr *Lookup) { in buildOperatorCoawaitCall() 312 cast<UnresolvedLookupExpr>(R.get())); in buildOperatorCoawaitCall() 687 cast<UnresolvedLookupExpr>(Lookup.get())); in ActOnCoawaitExpr() 691 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
|
| H A D | SemaOverload.cpp | 11693 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() 11735 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates() 11912 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr() 11987 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet() 12155 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr() 12239 UnresolvedLookupExpr *Fn = UnresolvedLookupExpr::Create( in CreateOverloadedUnaryOp() 12428 UnresolvedLookupExpr *Fn = UnresolvedLookupExpr::Create( in CreateOverloadedBinOp() 12686 UnresolvedLookupExpr *Fn in CreateOverloadedArraySubscriptExpr() 12687 = UnresolvedLookupExpr::Create(Context, NamingClass, in CreateOverloadedArraySubscriptExpr() 13625 UnresolvedLookupExpr *Fn = in BuildForRangeBeginEndCall() [all …]
|
| H A D | TreeTransform.h | 1406 UnresolvedLookupExpr *Lookup) { in RebuildDependentCoawaitExpr() 7176 cast<UnresolvedLookupExpr>(LookupResult.get())); in TransformDependentCoawaitExpr() 8578 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() 8586 UnresolvedLookupExpr::Create( in TransformOMPReductionClause() 8625 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause() 8632 UnresolvedReductions.push_back(UnresolvedLookupExpr::Create( in TransformOMPTaskReductionClause() 8670 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPInReductionClause() 8677 UnresolvedReductions.push_back(UnresolvedLookupExpr::Create( in TransformOMPInReductionClause() 10522 UnresolvedLookupExpr *Old) { in TransformUnresolvedLookupExpr() 12749 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { in RebuildCXXOperatorCallExpr()
|
| H A D | SemaAccess.cpp | 1532 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
|
| H A D | Sema.cpp | 1808 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
|
| H A D | SemaLookup.cpp | 2801 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg); in FindAssociatedClassesAndNamespaces()
|
| H A D | SemaExpr.cpp | 2808 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr() 2809 = UnresolvedLookupExpr::Create(Context, R.getNamingClass(), in BuildDeclarationNameExpr() 5483 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in ActOnCallExpr() 13105 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess()
|
| H A D | SemaOpenMP.cpp | 10610 cast_or_null<UnresolvedLookupExpr>(UnresolvedReduction)) { in buildDeclareReductionRef() 10638 return UnresolvedLookupExpr::Create( in buildDeclareReductionRef() 10957 isa<UnresolvedLookupExpr>(DeclareReductionRef.get()))) in actOnOMPReductionKindClause() 11071 isa<UnresolvedLookupExpr>(DeclareReductionRef.get()))) { in actOnOMPReductionKindClause()
|
| H A D | SemaTemplate.cpp | 4155 UnresolvedLookupExpr *ULE in BuildTemplateIdExpr() 4156 = UnresolvedLookupExpr::Create(Context, R.getNamingClass(), in BuildTemplateIdExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 143 def UnresolvedLookupExpr : DStmt<OverloadExpr>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 665 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 188 class UnresolvedLookupExpr; variable 2946 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, 2967 UnresolvedLookupExpr *ULE, 2975 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, 6053 AccessResult CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, 8595 UnresolvedLookupExpr* Lookup);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1692 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr() 3289 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1658 void ASTStmtWriter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1590 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
|