Home
last modified time | relevance | path

Searched defs:MacroDirective (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h482 static bool classof(const MacroDirective *) { return true; } in classof()
498 : MacroDirective(MD_Define, Loc, ImportedFromModuleID, Overrides), in MacroDirective() function
526 : MacroDirective(MD_Undefine, UndefLoc, ImportedFromModuleID, Overrides) { in MacroDirective() function
H A DPPCallbacks.h30 class MacroDirective; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h53 class MacroDirective; variable
H A DASTReader.h75 class MacroDirective; variable