Home
last modified time | relevance | path

Searched refs:MD_Define (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h316 MD_Define, enumerator
434 : MacroDirective(MD_Define, Loc), Info(MI) { in DefMacroDirective()
445 return MD->getKind() == MD_Define; in classof()
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexingAction.cpp226 auto Role = DirectiveKind == MacroDirective::MD_Define in indexPreprocessorMacro()
251 indexPreprocessorMacro(M.first, MI, MacroDirective::MD_Define, in indexPreprocessorModuleMacros()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DMacroInfo.cpp237 case MD_Define: Out << "DefMacroDirective"; break; in dump()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2220 case MacroDirective::MD_Define: { in resolvePendingMacro()