Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp305 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 DTextNodeDumper.cpp693 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
699 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
H A DItaniumMangle.cpp3313 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 DStmtProfile.cpp1723 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
H A DStmtPrinter.cpp938 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
H A DASTImporter.cpp598 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 DExprCXX.h2828 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 DTextNodeDumper.h257 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
H A DStmt.h797 friend class UnresolvedLookupExpr; in alignas() local
H A DRecursiveASTVisitor.h2530 DEF_TRAVERSE_STMT(UnresolvedLookupExpr, {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp288 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 DSemaOverload.cpp11693 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 DTreeTransform.h1406 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 DSemaAccess.cpp1532 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
H A DSema.cpp1808 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion()
H A DSemaLookup.cpp2801 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg); in FindAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp2808 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 DSemaOpenMP.cpp10610 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 DSemaTemplate.cpp4155 UnresolvedLookupExpr *ULE in BuildTemplateIdExpr()
4156 = UnresolvedLookupExpr::Create(Context, R.getNamingClass(), in BuildTemplateIdExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td143 def UnresolvedLookupExpr : DStmt<OverloadExpr>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp665 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h188 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 DASTReaderStmt.cpp1692 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
3289 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp1658 void ASTStmtWriter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1590 extern const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>

12