Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.h | 269 void copyInto(CodeGenFunction &CGF, Address A) const;
|
H A D | CGCall.cpp | 4639 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { in copyInto() function in CallArg 5167 I->copyInto(*this, Addr); in EmitCall() 5176 I->copyInto(*this, Addr); in EmitCall() 5273 I->copyInto(*this, AI); in EmitCall() 5353 I->copyInto(*this, Src); in EmitCall()
|
H A D | CodeGenFunction.h | 1126 copyInto(SavedTempAddresses, CGF.LocalDeclMap); 1134 copyInto(SavedLocals, CGF.LocalDeclMap); 1142 static void copyInto(const DeclMapTy &Src, DeclMapTy &Dest) {
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TemplateBase.h | 756 void copyInto(const TemplateArgumentLoc *ArgArray,
|
H A D | ExprCXX.h | 3156 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto() 3412 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3865 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
H A D | Expr.h | 1420 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3337 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 785 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
|