Home
last modified time | relevance | path

Searched refs:copyInto (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h254 void copyInto(CodeGenFunction &CGF, Address A) const;
H A DCGCall.cpp4387 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 DCodeGenFunction.h1032 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 DTemplateBase.h695 void copyInto(const TemplateArgumentLoc *ArgArray,
H A DExprCXX.h3127 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto()
3359 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
3810 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
H A DExpr.h1393 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
3321 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateBase.cpp678 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo