Home
last modified time | relevance | path

Searched defs:copyInto (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Support/
H A DStorageUniquer.h98 ArrayRef<T> copyInto(ArrayRef<T> elements) { in copyInto() function
108 StringRef copyInto(StringRef str) { in copyInto() function
/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp785 void ASTTemplateKWAndArgsInfo::copyInto(const TemplateArgumentLoc *ArgArray, copyInto() function in ASTTemplateKWAndArgsInfo
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4656 void CallArg::copyInto(CodeGenFunction &CGF, Address Addr) const { copyInto() function in CallArg