Searched refs:UndefMacroDirective (Results 1 – 5 of 5) sorted by relevance
493 class UndefMacroDirective : public MacroDirective {495 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function503 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
1376 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
138 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
86 UndefMacroDirective *88 UndefMacroDirective *MD = BP.Allocate<UndefMacroDirective>(); in AllocateUndefMacroDirective()89 new (MD) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
3216 assert(isa<UndefMacroDirective>(MD)); in EmitData()