Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.h | 255 void copyInto(CodeGenFunction &CGF, Address A) const;
|
| H A D | CGCall.cpp | 3565 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { in copyInto() function in CallArg 3929 I->copyInto(*this, Addr); in EmitCall() 3942 I->copyInto(*this, Addr); in EmitCall() 4000 I->copyInto(*this, AI); in EmitCall() 4069 I->copyInto(*this, Src); in EmitCall()
|
| H A D | CodeGenFunction.h | 859 copyInto(SavedTempAddresses, CGF.LocalDeclMap); 867 copyInto(SavedLocals, CGF.LocalDeclMap); 875 static void copyInto(const DeclMapTy &Src, DeclMapTy &Dest) {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 624 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 677 void copyInto(const TemplateArgumentLoc *ArgArray, in alignas()
|
| H A D | ExprCXX.h | 2808 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto() 3036 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3471 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| H A D | Expr.h | 1201 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 2845 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|