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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
11684           InitLoc, B.getType(), BaseCtor.first, VBase, BaseCtor.second);
11686       auto *TInfo = Context.getTrivialTypeSourceInfo(B.getType(), InitLoc);
11688           Context, TInfo, VBase, InitLoc, Init.get(), InitLoc,
11688           Context, TInfo, VBase, InitLoc, Init.get(), InitLoc,
11701   Constructor->setBody(new (Context) CompoundStmt(InitLoc));