Home
last modified time | relevance | path

Searched defs:DefMacroDirective (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DMacroInfo.h313 class DefMacroDirective; variable
461 explicit DefMacroDirective(MacroInfo *MI) in DefMacroDirective() function
466 DefMacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported) in DefMacroDirective() function
489 static bool classof(const DefMacroDirective *) { return true; } in classof()
/external/clang/include/clang/Serialization/
DASTReader.h66 class DefMacroDirective; variable