Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2839 void Record::resolveReferences(Resolver &R, const RecordVal *SkipVal) { in resolveReferences() argument
2849 if (SkipVal == &Value) // Skip resolve the same field as the given one in resolveReferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1871 void resolveReferences(Resolver &R, const RecordVal *SkipVal = nullptr);