Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGCall.h | 259 void copyInto(CodeGenFunction &CGF, Address A) const;
|
| D | CGCall.cpp | 4264 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()
|
| D | CodeGenFunction.h | 993 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/ |
| D | TemplateBase.h | 688 void copyInto(const TemplateArgumentLoc *ArgArray,
|
| D | ExprCXX.h | 3053 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto() 3285 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3737 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| D | Expr.h | 1369 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3305 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | TemplateBase.cpp | 664 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
|