Searched refs:shouldIgnoreMacro (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2020 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() function 2100 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor() 3162 return !shouldIgnoreMacro(Macro, IsModule, PP); in hadMacroDefinition() 3212 if (shouldIgnoreMacro(MD, IsModule, PP)) in getPublicSubmoduleMacro() 3252 if (shouldIgnoreMacro(MD, IsModule, PP)) in getOverriddenSubmodules()
|