Searched refs:copyInto (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypesDetails.h | 82 RecordTypeStorage(allocator.copyInto(key.members), key.name, in construct() 106 this->members = allocator.copyInto(members); in mutate()
|
| /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 | 4802 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { in copyInto() function in CallArg 5359 I->copyInto(*this, Addr); in EmitCall() 5368 I->copyInto(*this, Addr); in EmitCall() 5466 I->copyInto(*this, AI); in EmitCall() 5537 I->copyInto(*this, Src); in EmitCall()
|
| H A D | CodeGenFunction.h | 1170 copyInto(SavedTempAddresses, CGF.LocalDeclMap); 1178 copyInto(SavedLocals, CGF.LocalDeclMap); 1186 static void copyInto(const DeclMapTy &Src, DeclMapTy &Dest) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 762 void copyInto(const TemplateArgumentLoc *ArgArray,
|
| H A D | ExprCXX.h | 3282 getTrailingASTTemplateKWAndArgsInfo()->copyInto(getTemplateArgs(), List); in copyTemplateArgumentsInto() 3538 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3987 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| H A D | Expr.h | 1429 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto() 3435 getTrailingObjects<ASTTemplateKWAndArgsInfo>()->copyInto( in copyTemplateArgumentsInto()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 780 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, in copyInto() function in ASTTemplateKWAndArgsInfo
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10220 …RNS_24TemplateArgumentListInfoE", "clang::ExplicitTemplateArgumentList::copyInto(clang::TemplateAr…
|