Home
last modified time | relevance | path

Searched defs:ULE (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1242 UnresolvedLookupExpr *ULE = nullptr; ActOnCXXFoldExpr() local
H A DSemaOverload.cpp13462 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 DSema.cpp2651 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { IsCPUDispatchCPUSpecificMultiVersion() local
H A DTreeTransform.h3944 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 DSemaExpr.cpp3448 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 DSemaCodeComplete.cpp6200 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) { ProduceCallSignatureHelp() local
H A DSemaTemplate.cpp5122 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create( BuildTemplateIdExpr() local
H A DSemaDeclAttr.cpp3750 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { handleCleanupAttr() local
H A DSemaOpenMP.cpp19138 } else if (auto *ULE = buildDeclareReductionRef() local
21988 } else if (auto *ULE = cast_or_null<UnresolvedLookupExpr>(UnresolvedMapper)) { buildUserDefinedMapperRef() local
H A DSemaDecl.cpp1328 auto *ULE = cast<UnresolvedLookupExpr>(E); ActOnNameClassifiedAsOverloadSet() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4056 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 DJSONNodeDumper.cpp1419 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr * ULE) VisitUnresolvedLookupExpr() argument
H A DItaniumMangle.cpp4999 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); mangleExpression() local