Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h292 struct PreprocessorControlDesc { struct
325 std::vector<std::unique_ptr<std::vector<PreprocessorControlDesc>>> argument
H A DTGLexer.cpp55 std::make_unique<std::vector<PreprocessorControlDesc>>()); in TGLexer()
419 std::make_unique<std::vector<PreprocessorControlDesc>>()); in LexInclude()
766 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()
1040 for (const PreprocessorControlDesc &I : in prepIsProcessingEnabled()