Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DMacroInfo.h493 class UndefMacroDirective : public MacroDirective {
495 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function
503 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
DPreprocessor.h1376 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/external/clang/lib/Lex/
DMacroInfo.cpp138 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
DPPDirectives.cpp86 UndefMacroDirective *
88 UndefMacroDirective *MD = BP.Allocate<UndefMacroDirective>(); in AllocateUndefMacroDirective()
89 new (MD) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
/external/clang/lib/Serialization/
DASTWriter.cpp3216 assert(isa<UndefMacroDirective>(MD)); in EmitData()