Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h30 class DefMacroDirective; variable
410 DefMacroDirective(MacroInfo *MI, SourceLocation Loc) in DefMacroDirective() function
414 explicit DefMacroDirective(MacroInfo *MI) in DefMacroDirective() function
425 static bool classof(const DefMacroDirective *) { return true; } in classof()
/external/clang/include/clang/Lex/
DMacroInfo.h298 class DefMacroDirective; variable
422 DefMacroDirective(MacroInfo *MI, SourceLocation Loc) in DefMacroDirective() function
426 explicit DefMacroDirective(MacroInfo *MI) in DefMacroDirective() function
436 static bool classof(const DefMacroDirective *) { return true; } in classof()
/external/clang/include/clang/Serialization/
DASTReader.h70 class DefMacroDirective; variable