Searched refs:ULE (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemplate-id-printing.cpp56 namespace ULE { namespace
63 // CHECK: ULE::foo<T>;
64 ULE::foo<T>;
65 // CHECK: ULE::template foo<T>;
66 ULE::template foo<T>;
69 } // namespace ULE
/external/clang/lib/Sema/
H A DSemaOverload.cpp9521 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, argument
9544 if (ULE->requiresADL()) {
9545 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(),
9546 E = ULE->decls_end(); I != E; ++I) {
9558 if (ULE->hasExplicitTemplateArgs()) {
9559 ULE->copyTemplateArgumentsInto(TABuffer);
9563 for (UnresolvedLookupExpr::decls_iterator I = ULE->decls_begin(),
9564 E = ULE->decls_end(); I != E; ++I)
9569 if (ULE->requiresADL())
9570 AddArgumentDependentLookupCandidates(ULE
9772 BuildRecoveryCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, llvm::MutableArrayRef<Expr *> Args, SourceLocation RParenLoc, bool EmptyLookup, bool AllowTypoCorrection) argument
9841 buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, OverloadCandidateSet *CandidateSet, ExprResult *Result) argument
9904 FinishOverloadedCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *ExecConfig, OverloadCandidateSet *CandidateSet, OverloadCandidateSet::iterator *Best, OverloadingResult OverloadResult, bool AllowTypoCorrection) argument
9984 BuildOverloadedCallExpr(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *ExecConfig, bool AllowTypoCorrection) argument
[all...]
H A DSemaLookup.cpp2113 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg); local
2114 if (!ULE) continue;
2116 for (UnresolvedSetIterator I = ULE->decls_begin(), E = ULE->decls_end();
H A DSemaExpr.cpp1563 UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>( local
1582 if (ULE->hasExplicitTemplateArgs())
1583 ULE->copyTemplateArgumentsInto(TList);
1586 SS.Adopt(ULE->getQualifierLoc());
1591 ULE->getTemplateKeywordLoc(), 0,
1593 ULE->hasExplicitTemplateArgs() ? &TList : 0);
2378 UnresolvedLookupExpr *ULE local
2385 return Owned(ULE);
3996 UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(ovl); local
3997 return BuildOverloadedCallExpr(S, Fn, ULE, LParenLo
[all...]
H A DTreeTransform.h9240 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) {
9241 assert(ULE->requiresADL());
9245 Functions.append(ULE->decls_begin(), ULE->decls_end());
H A DSemaCodeComplete.cpp3869 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn))
3870 AddOverloadedCallCandidates(ULE, Args, CandidateSet,
H A DSemaTemplate.cpp2297 UnresolvedLookupExpr *ULE local
2305 return Owned(ULE);
/external/v8/src/mips/
H A Dconstants-mips.h521 ULE = 7 // Unordered or Less Than or Equal.
H A Dmacro-assembler-mips.cc1134 c(ULE, D, cmp1, cmp2);
/external/clang/lib/AST/
H A DItaniumMangle.cpp2566 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); local
2567 mangleUnresolvedName(ULE->getQualifier(), 0, ULE->getName(), Arity);
2572 if (ULE->hasExplicitTemplateArgs())
2573 mangleTemplateArgs(ULE->getExplicitTemplateArgs());
/external/clang/include/clang/Sema/
H A DSema.h2083 void AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE,
2113 UnresolvedLookupExpr *ULE,
2120 bool buildOverloadedCallSet(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE,

Completed in 226 milliseconds