Searched defs:copyInto (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/Support/ | ||
H A D | StorageUniquer.h | 98 ArrayRef<T> copyInto(ArrayRef<T> elements) { in copyInto() function |
/llvm-project/clang/lib/AST/ | ||
H A D | TemplateBase.cpp | 785 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, copyInto() function in ASTTemplateKWAndArgsInfo |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.cpp | 4656 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { copyInto() function in CallArg |