Searched refs:maxMacroExpansionDepth (Results 1 – 4 of 4) sorted by relevance
32 PreprocessorSettings() : maxMacroExpansionDepth(1000) {} in PreprocessorSettings()33 int maxMacroExpansionDepth; member
42 … directiveParser(&tokenizer, ¯oSet, diag, directiveHandler, settings.maxMacroExpansionDepth), in PreprocessorImpl()43 macroExpander(&directiveParser, ¯oSet, diag, false, settings.maxMacroExpansionDepth) in PreprocessorImpl()
37 int maxMacroExpansionDepth);
213 int maxMacroExpansionDepth) in DirectiveParser() argument221 mMaxMacroExpansionDepth(maxMacroExpansionDepth) in DirectiveParser()