Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2238 static bool shouldIgnoreMacro(MacroDirective *MD, bool IsModule, in shouldIgnoreMacro() function
2373 if (!MD || shouldIgnoreMacro(MD, IsModule, PP) || in WritePreprocessor()
2393 if (shouldIgnoreMacro(MD, IsModule, PP)) in WritePreprocessor()