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.h1661 SmallVector<SMLoc, 0> ForwardDeclarationLocs; variable
1727 return ForwardDeclarationLocs; in getForwardDeclarationLocs()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2763 ForwardDeclarationLocs.push_back(Locs.front()); in updateClassLoc()