reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
12541   if (checkPlaceholderForOverload(*this, Input))
12544   Expr *Args[2] = { Input, nullptr };
12559   if (Input->isTypeDependent()) {
12561       return new (Context) UnaryOperator(Input, Opc, Context.DependentTy,
12611           PerformObjectArgumentInitialization(Input, /*Qualifier=*/nullptr,
12615         Base = Input = InputRes.get();
12623                                       Input);
12626         Input = InputInit.get();
12641       Args[0] = Input;
12659           Input, Best->BuiltinParamTypes[0], Best->Conversions[0], AA_Passing,
12663       Input = InputRes.get();
12685                                 << Input->getType() << Input->getSourceRange()),
12685                                 << Input->getType() << Input->getSourceRange()),
12694                                        << Input->getSourceRange()),
12703   return CreateBuiltinUnaryOp(OpLoc, Opc, Input);