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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp63 llvm::SmallVector<Record *, 2> TypePath; local
67 Rec = [&TypePath, Types, &Rec, &F](size_t I, const Twine &ID) {
69 F(TypePath, ID);
75 TypePath.push_back(Type);
77 TypePath.pop_back();

Completed in 48 milliseconds