Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1962 SR.addShadow(lhs); in resolveReferences()
2049 SR.addShadow(A); in resolveReferences()
2050 SR.addShadow(B); in resolveReferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2274 void addShadow(const Init *Key) { Shadowed.insert(Key); } in addShadow() function