Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1654 SmallVector<SMLoc, 0> ForwardDeclarationLocs; variable
1719 return ForwardDeclarationLocs; in getForwardDeclarationLocs()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2888 ForwardDeclarationLocs.push_back(Locs.front()); in updateClassLoc()