Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp62 llvm::SmallVector<const Record *, 2> TypePath; in Enumerate() local
66 Rec = [&TypePath, Types, &Rec, &F](size_t I, const Twine &ID) { in Enumerate()
68 F(TypePath, ID); in Enumerate()
74 TypePath.push_back(Type); in Enumerate()
76 TypePath.pop_back(); in Enumerate()