Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp106 static bool isReservedId(StringRef Text, const LangOptions &Lang) { in isReservedId() function
126 if (isReservedId(Text, Lang)) in shouldWarnOnMacroDef()
139 if (isReservedId(Text, Lang)) in shouldWarnOnMacroUndef()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp105 static bool isReservedId(StringRef Text, const LangOptions &Lang) { in isReservedId() function
144 if (isReservedId(Text, Lang)) in shouldWarnOnMacroDef()
157 if (isReservedId(Text, Lang)) in shouldWarnOnMacroUndef()