Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h521 class UndefMacroDirective : public MacroDirective {
523 explicit UndefMacroDirective(SourceLocation UndefLoc,
533 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
558 return reinterpret_cast<unsigned*>(cast<UndefMacroDirective>(this) + 1); in getModuleDataStart()
H A DPreprocessor.h1416 UndefMacroDirective *
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp181 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
H A DPPDirectives.cpp76 UndefMacroDirective *
81 return new (BP.Allocate(sizeof(UndefMacroDirective) + in AllocateUndefMacroDirective()
83 llvm::alignOf<UndefMacroDirective>())) in AllocateUndefMacroDirective()
84 UndefMacroDirective(UndefLoc, ImportedFromModuleID, Overrides); in AllocateUndefMacroDirective()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2098 } 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()