Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.h177 struct PreprocessorControlDesc { struct
210 std::vector<std::unique_ptr<std::vector<PreprocessorControlDesc>>> argument
H A DTGLexer.cpp54 make_unique<std::vector<PreprocessorControlDesc>>()); in TGLexer()
396 make_unique<std::vector<PreprocessorControlDesc>>()); in LexInclude()
717 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()