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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
13348   assert(!Conv->getParent()->isGenericLambda());
13350   SynthesizedFunctionScope Scope(*this, Conv);
13357                                                         Conv->getLocation(),
13358                                                         Conv, DerefThis);
13371     Conv->setInvalidDecl();
13377   StmtResult Return = BuildReturnStmt(Conv->getLocation(), BuildBlock.get());
13380     Conv->setInvalidDecl();
13386   Conv->setBody(CompoundStmt::Create(Context, ReturnS, Conv->getLocation(),
13386   Conv->setBody(CompoundStmt::Create(Context, ReturnS, Conv->getLocation(),
13387                                      Conv->getLocation()));
13388   Conv->markUsed(Context);
13392     L->CompletedImplicitDefinition(Conv);