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

References

tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  461     IdentifierInfo *II = &Ctx.Idents.get(FuncName);
  463         Ctx, Ctx.getTranslationUnitDecl(), SourceLocation(), SourceLocation(),
  463         Ctx, Ctx.getTranslationUnitDecl(), SourceLocation(), SourceLocation(),
  464         II, Ctx.getFunctionType(Ctx.VoidTy, llvm::None, {}), nullptr,
  464         II, Ctx.getFunctionType(Ctx.VoidTy, llvm::None, {}), nullptr,
  468     CGF->StartFunction(FD, Ctx.VoidTy, F, FI, Args);