Home
last modified time | relevance | path

Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.h259 void copyInto(CodeGenFunction &CGF, Address A) const;
DCGCall.cpp4264 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { in copyInto() function in CallArg
4772 I->copyInto(*this, Addr); in EmitCall()
4787 I->copyInto(*this, Addr); in EmitCall()
4801 I->copyInto(*this, Addr); in EmitCall()
4870 I->copyInto(*this, AI); in EmitCall()
4939 I->copyInto(*this, Src); in EmitCall()
DCodeGenFunction.h993 copyInto(SavedTempAddresses, CGF.LocalDeclMap);
1001 copyInto(SavedLocals, CGF.LocalDeclMap);
1009 static void copyInto(const DeclMapTy &Src, DeclMapTy &Dest) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTemplateBase.h688 void copyInto(const TemplateArgumentLoc *ArgArray,
DExprCXX.h3053 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto()
3285 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
3737 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
DExpr.h1369 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
3305 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTemplateBase.cpp664 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo