Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.h | 254 void copyInto(CodeGenFunction &CGF, Address A) const;
|
| H A D | CGCall.cpp | 4387 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { in copyInto() function in CallArg 4911 I->copyInto(*this, Addr); in EmitCall() 4923 I->copyInto(*this, Addr); in EmitCall() 4941 I->copyInto(*this, Addr); in EmitCall() 5013 I->copyInto(*this, AI); in EmitCall() 5089 I->copyInto(*this, Src); in EmitCall()
|
| H A D | CodeGenFunction.h | 1032 copyInto(SavedTempAddresses, CGF.LocalDeclMap); 1040 copyInto(SavedLocals, CGF.LocalDeclMap); 1048 static void copyInto(const DeclMapTy &Src, DeclMapTy &Dest) {
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 695 void copyInto(const TemplateArgumentLoc *ArgArray,
|
| H A D | ExprCXX.h | 3127 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto() 3359 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3810 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| H A D | Expr.h | 1393 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3321 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 678 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
|