Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp400 UnresolvedLookupExpr::UnresolvedLookupExpr( in UnresolvedLookupExpr() function in UnresolvedLookupExpr
414 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() function in UnresolvedLookupExpr
420 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create()
428 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create()
429 return new (Mem) UnresolvedLookupExpr( in Create()
436 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create()
449 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in Create()
450 return new (Mem) UnresolvedLookupExpr( in Create()
455 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty()
462 void *Mem = Context.Allocate(Size, alignof(UnresolvedLookupExpr)); in CreateEmpty()
[all …]
H A DItaniumMangle.cpp4359 isa<UnresolvedLookupExpr>(E) || in mangleType()
4527 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); in isParenthesizedADLCallee()
5022 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression()
H A DTextNodeDumper.cpp1397 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
1403 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
H A DJSONNodeDumper.cpp1454 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
H A DStmtProfile.cpp2159 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
H A DASTImporter.cpp625 ExpectedStmt VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E);
8537 ASTNodeImporter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
8578 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
8585 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
8932 UnresolvedLookupExpr *ToCallee = importChecked(Err, E->getCallee()); in VisitCXXFoldExpr()
H A DStmtPrinter.cpp1237 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3198 class UnresolvedLookupExpr final
3200 private llvm::TrailingObjects<UnresolvedLookupExpr, DeclAccessPair,
3226 UnresolvedLookupExpr(const ASTContext &Context, CXXRecordDecl *NamingClass,
3234 UnresolvedLookupExpr(EmptyShell Empty, unsigned NumResults,
3246 static UnresolvedLookupExpr *
3256 static UnresolvedLookupExpr *
3264 static UnresolvedLookupExpr *CreateEmpty(const ASTContext &Context,
4093 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults()
4102 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo()
4109 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc()
[all …]
H A DTextNodeDumper.h307 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
H A DJSONNodeDumper.h300 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
H A DBuiltinTypes.def288 // The type of an unresolved template. Used in UnresolvedLookupExpr.
H A DASTNodeTraverser.h847 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp253 UnresolvedLookupExpr *Lookup) { in BuildOperatorCoawaitCall()
265 cast<UnresolvedLookupExpr>(R.get())); in buildOperatorCoawaitCall()
808 cast<UnresolvedLookupExpr>(Lookup.get())); in ActOnCoawaitExpr()
820 Expr *CoawaitOp = UnresolvedLookupExpr::Create( in BuildOperatorCoawaitLookupExpr()
832 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
H A DSemaTemplateVariadic.cpp1316 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr()
1328 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr()
1336 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
H A DTreeTransform.h801 ExprResult TransformUnresolvedLookupExpr(UnresolvedLookupExpr *E,
1561 UnresolvedLookupExpr *OpCoawaitLookup, in RebuildCoawaitExpr()
1590 UnresolvedLookupExpr *Lookup) { in RebuildDependentCoawaitExpr()
3998 ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *ULE, in RebuildCXXFoldExpr()
8549 cast<UnresolvedLookupExpr>(Lookup.get()), E->isImplicit()); in TransformCoawaitExpr()
8570 cast<UnresolvedLookupExpr>(LookupResult.get())); in TransformDependentCoawaitExpr()
10533 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause()
10540 UnresolvedReductions.push_back(UnresolvedLookupExpr::Create( in TransformOMPReductionClause()
10580 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause()
10587 UnresolvedReductions.push_back(UnresolvedLookupExpr::Create( in TransformOMPTaskReductionClause()
[all …]
H A DSemaOverload.cpp13489 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates()
13513 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
13531 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
13714 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr()
13807 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet()
13916 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr()
14034 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr()
14086 return UnresolvedLookupExpr::Create( in CreateUnresolvedLookupExpr()
16047 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall()
16194 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference()
H A DSemaAccess.cpp1576 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
H A DSemaExprMember.cpp331 return UnresolvedLookupExpr::Create( in BuildPossibleImplicitMemberExpr()
H A DSemaConcept.cpp129 isa<UnresolvedLookupExpr>(ConstraintExpression) && in CheckConstraintExpression()
H A DSemaExpr.cpp3188 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create( in BuildDeclarationNameExpr()
6346 if (!E || isa<UnresolvedLookupExpr>(E)) in DiagnosedUnqualifiedCallsToStdFunctions()
6380 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn); in ActOnCallExpr()
6486 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr()
15536 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess()
20721 auto *ULE = cast<UnresolvedLookupExpr>(E); in CheckPlaceholderExpr()
H A DSema.cpp2642 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td152 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h217 class UnresolvedLookupExpr; variable
1351 AccessResult CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E,
2693 UnresolvedLookupExpr *Lookup);
2697 UnresolvedLookupExpr *Lookup);
10473 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE,
10513 Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc,
10520 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE,
14260 ExprResult BuildCXXFoldExpr(UnresolvedLookupExpr *Callee,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2111 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
4150 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1819 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>

12