/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1242 UnresolvedLookupExpr *ULE = nullptr; ActOnCXXFoldExpr() local
|
H A D | SemaOverload.cpp | 13462 AddOverloadedCallCandidates(UnresolvedLookupExpr * ULE,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool PartialOverloading) AddOverloadedCallCandidates() argument 13689 BuildRecoveryCallExpr(Sema & SemaRef,Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,MutableArrayRef<Expr * > Args,SourceLocation RParenLoc,bool EmptyLookup,bool AllowTypoCorrection) BuildRecoveryCallExpr() argument 13785 buildOverloadedCallSet(Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,MultiExprArg Args,SourceLocation RParenLoc,OverloadCandidateSet * CandidateSet,ExprResult * Result) buildOverloadedCallSet() argument 13894 FinishOverloadedCallExpr(Sema & SemaRef,Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,MultiExprArg Args,SourceLocation RParenLoc,Expr * ExecConfig,OverloadCandidateSet * CandidateSet,OverloadCandidateSet::iterator * Best,OverloadingResult OverloadResult,bool AllowTypoCorrection) FinishOverloadedCallExpr() argument 14005 BuildOverloadedCallExpr(Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,MultiExprArg Args,SourceLocation RParenLoc,Expr * ExecConfig,bool AllowTypoCorrection,bool CalleesAddressIsTaken) BuildOverloadedCallExpr() argument 16200 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { FixOverloadedFunctionReference() local [all...] |
H A D | Sema.cpp | 2651 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { IsCPUDispatchCPUSpecificMultiVersion() local
|
H A D | TreeTransform.h | 3944 RebuildCXXFoldExpr(UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,Expr * LHS,BinaryOperatorKind Operator,SourceLocation EllipsisLoc,Expr * RHS,SourceLocation RParenLoc,std::optional<unsigned> NumExpansions) RebuildCXXFoldExpr() argument 10198 auto *ULE = cast<UnresolvedLookupExpr>(E); TransformOMPReductionClause() local 10246 auto *ULE = cast<UnresolvedLookupExpr>(E); TransformOMPTaskReductionClause() local 10291 auto *ULE = cast<UnresolvedLookupExpr>(E); TransformOMPInReductionClause() local 10472 auto *ULE = cast<UnresolvedLookupExpr>(E); transformOMPMappableExprListClause() local 12122 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { TransformCXXOperatorCallExpr() local [all...] |
H A D | SemaExpr.cpp | 3448 UnresolvedLookupExpr *ULE BuildDeclarationNameExpr() local 7162 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn); ActOnCallExpr() local 7263 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) BuildCallExpr() local 16540 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { isQualifiedMemberAccess() local [all...] |
H A D | SemaCodeComplete.cpp | 6200 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) { ProduceCallSignatureHelp() local
|
H A D | SemaTemplate.cpp | 5122 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create( BuildTemplateIdExpr() local
|
H A D | SemaDeclAttr.cpp | 3750 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { handleCleanupAttr() local
|
H A D | SemaOpenMP.cpp | 19138 } else if (auto *ULE = buildDeclareReductionRef() local 21988 } else if (auto *ULE = cast_or_null<UnresolvedLookupExpr>(UnresolvedMapper)) { buildUserDefinedMapperRef() local
|
H A D | SemaDecl.cpp | 1328 auto *ULE = cast<UnresolvedLookupExpr>(E); ActOnNameClassifiedAsOverloadSet() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4056 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getTrailingResults() local 4065 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getTrailingASTTemplateKWAndArgsInfo() local 4072 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getTrailingTemplateArgumentLoc() local 4079 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getNamingClass() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1419 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr * ULE) VisitUnresolvedLookupExpr() argument
|
H A D | ItaniumMangle.cpp | 4999 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); mangleExpression() local
|