Searched refs:ArgAuxType (Results 1 – 2 of 2) sorted by relevance
490 using ArgAuxType = std::variant<unsigned, const Init *>; variable500 ArgAuxType Aux;503 explicit ArgumentInit(const Init *Value, ArgAuxType Aux) in ArgumentInit()514 static const ArgumentInit *get(const Init *Value, ArgAuxType Aux);
404 ArgAuxType Aux) { in ProfileArgumentInit()418 const ArgumentInit *ArgumentInit::get(const Init *Value, ArgAuxType Aux) { in get()