Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
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
DPPCallbacks.h30 class MacroDirective; variable
/external/clang/include/clang/Serialization/
DASTWriter.h53 class MacroDirective; variable
DASTReader.h75 class MacroDirective; variable