Home
last modified time | relevance | path

Searched refs:UnresolvedLookupExpr (Results 1 – 25 of 37) 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.cpp4576 isa<UnresolvedLookupExpr>(E) || in mangleType()
4807 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); in isParenthesizedADLCallee()
5300 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression()
H A DTextNodeDumper.cpp1550 const UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
1556 UnresolvedLookupExpr::decls_iterator I = Node->decls_begin(), in VisitUnresolvedLookupExpr()
H A DJSONNodeDumper.cpp1468 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
H A DASTImporter.cpp677 ExpectedStmt VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E);
8884 ASTNodeImporter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
8925 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
8932 return UnresolvedLookupExpr::Create( in VisitUnresolvedLookupExpr()
9283 UnresolvedLookupExpr *ToCallee = importChecked(Err, E->getCallee()); in VisitCXXFoldExpr()
H A DStmtProfile.cpp2206 StmtProfiler::VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *S) { in VisitUnresolvedLookupExpr()
H A DStmtPrinter.cpp1371 void StmtPrinter::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *Node) { in VisitUnresolvedLookupExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3324 class UnresolvedLookupExpr final
3326 private llvm::TrailingObjects<UnresolvedLookupExpr, DeclAccessPair,
3352 UnresolvedLookupExpr(const ASTContext &Context, CXXRecordDecl *NamingClass,
3360 UnresolvedLookupExpr(EmptyShell Empty, unsigned NumResults,
3372 static UnresolvedLookupExpr *
3382 static UnresolvedLookupExpr *
3390 static UnresolvedLookupExpr *CreateEmpty(const ASTContext &Context,
4215 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults()
4224 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo()
4231 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc()
[all …]
H A DTextNodeDumper.h308 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *Node);
H A DJSONNodeDumper.h304 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *ULE);
H A DBuiltinTypes.def288 // The type of an unresolved template. Used in UnresolvedLookupExpr.
H A DASTNodeTraverser.h906 void VisitUnresolvedLookupExpr(const UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp152 if (auto *UnresolvedExpr = dyn_cast<UnresolvedLookupExpr>(CalleeExpr)) { in visitCallExpr()
564 if (isa<UnresolvedLookupExpr>(CalleeExpr)) in isOwned()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp250 UnresolvedLookupExpr *Lookup) { in BuildOperatorCoawaitCall()
262 cast<UnresolvedLookupExpr>(R.get())); in buildOperatorCoawaitCall()
819 cast<UnresolvedLookupExpr>(Lookup.get())); in ActOnCoawaitExpr()
831 Expr *CoawaitOp = UnresolvedLookupExpr::Create( in BuildOperatorCoawaitLookupExpr()
872 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
H A DSemaTemplateVariadic.cpp1432 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr()
1444 ULE = cast<UnresolvedLookupExpr>(Callee.get()); in ActOnCXXFoldExpr()
1452 ExprResult Sema::BuildCXXFoldExpr(UnresolvedLookupExpr *Callee, in BuildCXXFoldExpr()
H A DTreeTransform.h803 ExprResult TransformUnresolvedLookupExpr(UnresolvedLookupExpr *E,
1555 UnresolvedLookupExpr *OpCoawaitLookup, in RebuildCoawaitExpr()
1584 UnresolvedLookupExpr *Lookup) { in RebuildDependentCoawaitExpr()
4050 ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *ULE, in RebuildCXXFoldExpr()
8899 cast<UnresolvedLookupExpr>(Lookup.get()), E->isImplicit()); in TransformCoawaitExpr()
8920 cast<UnresolvedLookupExpr>(LookupResult.get())); in TransformDependentCoawaitExpr()
11042 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause()
11049 UnresolvedReductions.push_back(UnresolvedLookupExpr::Create( in TransformOMPReductionClause()
11089 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause()
11096 UnresolvedReductions.push_back(UnresolvedLookupExpr::Create( in TransformOMPTaskReductionClause()
[all …]
H A DSemaOverload.cpp14254 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates()
14278 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
14296 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(), in AddOverloadedCallCandidates()
14479 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr()
14572 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet()
14681 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr()
14801 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr()
14883 return UnresolvedLookupExpr::Create( in CreateUnresolvedLookupExpr()
16864 UnresolvedLookupExpr *Fn = cast<UnresolvedLookupExpr>(FnR.get()); in BuildForRangeBeginEndCall()
17012 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference()
H A DSemaAccess.cpp1575 Sema::AccessResult Sema::CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, in CheckUnresolvedLookupAccess()
H A DSemaExprMember.cpp329 return UnresolvedLookupExpr::Create( in BuildPossibleImplicitMemberExpr()
H A DSemaConcept.cpp127 isa<UnresolvedLookupExpr>(ConstraintExpression) && in CheckConstraintExpression()
H A DSemaExpr.cpp3242 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create( in BuildDeclarationNameExpr()
6488 if (!E || isa<UnresolvedLookupExpr>(E)) in DiagnosedUnqualifiedCallsToStdFunctions()
6522 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn); in ActOnCallExpr()
6658 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr()
15902 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess()
21206 auto *ULE = cast<UnresolvedLookupExpr>(E); in CheckPlaceholderExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td153 def UnresolvedLookupExpr : StmtNode<OverloadExpr>;
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp892 const internal::VariadicDynCastAllOfMatcher<Stmt, UnresolvedLookupExpr>
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1659 AccessResult CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E,
3145 UnresolvedLookupExpr *Lookup);
3149 UnresolvedLookupExpr *Lookup);
10688 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE,
10728 Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc,
10735 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE,
14573 ExprResult BuildCXXFoldExpr(UnresolvedLookupExpr *Callee,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2131 void ASTStmtReader::VisitUnresolvedLookupExpr(UnresolvedLookupExpr *E) { in VisitUnresolvedLookupExpr()
4293 S = UnresolvedLookupExpr::CreateEmpty( in ReadStmtFromStream()

12