Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h269 void copyInto(CodeGenFunction &CGF, Address A) const;
H A DCGCall.cpp4639 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 DCodeGenFunction.h1126 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 DTemplateBase.h756 void copyInto(const TemplateArgumentLoc *ArgArray,
H A DExprCXX.h3156 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto()
3412 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
3865 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
H A DExpr.h1420 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
3337 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp785 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo