Home
last modified time | relevance | path

Searched refs:cloneWithValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h528 const ArgumentInit *cloneWithValue(const Init *Value) const { in cloneWithValue() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp437 return cloneWithValue(NewValue); in resolveReferences()
H A DTGParser.cpp4491 Value = Value->cloneWithValue(CastValue); in CheckTemplateArgValues()