Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h429 class UndefMacroDirective : public MacroDirective {
431 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function
440 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
DPreprocessor.h2068 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/external/clang/include/clang/Lex/
DMacroInfo.h440 class UndefMacroDirective : public MacroDirective {
442 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function
450 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
DPreprocessor.h1727 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/external/clang/lib/Lex/
DMacroInfo.cpp185 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
DPPDirectives.cpp75 UndefMacroDirective *
77 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp187 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
DPPDirectives.cpp68 UndefMacroDirective *
70 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
2892 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()