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

/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h174 // control stack. It is represented as a vector of PreprocessorControlDesc's.
186 struct PreprocessorControlDesc { struct in class:llvm::TGLexer
219 std::vector<std::unique_ptr<std::vector<PreprocessorControlDesc>>>
H A DTGLexer.cpp55 std::make_unique<std::vector<PreprocessorControlDesc>>());
418 std::make_unique<std::vector<PreprocessorControlDesc>>());
752 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back();
1026 for (const PreprocessorControlDesc &I :

Completed in 277 milliseconds