Searched refs:UndefMacroDirective (Results 1 – 5 of 5) sorted by relevance
521 class UndefMacroDirective : public MacroDirective {523 explicit UndefMacroDirective(SourceLocation UndefLoc,533 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument558 return reinterpret_cast<unsigned*>(cast<UndefMacroDirective>(this) + 1); in getModuleDataStart()
1416 UndefMacroDirective *
181 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
76 UndefMacroDirective *81 return new (BP.Allocate(sizeof(UndefMacroDirective) + in AllocateUndefMacroDirective()83 llvm::alignOf<UndefMacroDirective>())) in AllocateUndefMacroDirective()84 UndefMacroDirective(UndefLoc, ImportedFromModuleID, Overrides); in AllocateUndefMacroDirective()
2098 } else if (auto *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in WritePreprocessor()3228 } else if (auto *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getOverriddenSubmodules()3388 auto *UndefMD = cast<UndefMacroDirective>(MD); in EmitData()