Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h293 MD_Define, enumerator
411 : MacroDirective(MD_Define, Loc), Info(MI) { in DefMacroDirective()
422 return MD->getKind() == MD_Define; in classof()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp207 auto Role = DirectiveKind == MacroDirective::MD_Define in indexPreprocessorMacro()
232 indexPreprocessorMacro(M.first, MI, MacroDirective::MD_Define, in indexPreprocessorModuleMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp219 case MD_Define: Out << "DefMacroDirective"; break; in dump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2196 case MacroDirective::MD_Define: { in resolvePendingMacro()