Home
last modified time | relevance | path

Searched refs:Metas (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp11-0x.cpp19 template<template<class> class M = vector, template<class> class... Metas>
21 template<template<class> class M = vector, template<class> class... Metas>
22 using A2tt = X2tt<M, Metas...>;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp293 std::array<const Metadata *, 3> Metas{{DebugVar.Var, in printStackObjectDbgInfo() local
298 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()