Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.h | 253 void copyInto(CodeGenFunction &CGF, Address A) const;
|
| H A D | CGCall.cpp | 4617 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { in copyInto() function in CallArg 5123 I->copyInto(*this, Addr); in EmitCall() 5132 I->copyInto(*this, Addr); in EmitCall() 5150 I->copyInto(*this, Addr); in EmitCall() 5224 I->copyInto(*this, AI); in EmitCall() 5299 I->copyInto(*this, Src); in EmitCall()
|
| H A D | CodeGenFunction.h | 1040 copyInto(SavedTempAddresses, CGF.LocalDeclMap); 1048 copyInto(SavedLocals, CGF.LocalDeclMap); 1056 static void copyInto(const DeclMapTy &Src, DeclMapTy &Dest) {
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 756 void copyInto(const TemplateArgumentLoc *ArgArray,
|
| H A D | ExprCXX.h | 3139 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto() 3375 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3828 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| H A D | Expr.h | 1403 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3305 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 788 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
|