Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp100 MD_KeywordDef, //> Macro hides keyword, enabled by default enumerator
159 return MD_KeywordDef; in shouldWarnOnMacroDef()
161 return MD_KeywordDef; in shouldWarnOnMacroDef()
344 if (D == MD_KeywordDef) { in CheckMacroName()