Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h316 MD_Define, enumerator
437 : MacroDirective(MD_Define, Loc), Info(MI) { in DefMacroDirective()
448 return MD->getKind() == MD_Define; in classof()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp237 case MD_Define: Out << "DefMacroDirective"; break; in dump()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2403 case MacroDirective::MD_Define: { in resolvePendingMacro()