Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h452 bool IsKeywordInCPlusPlus() const { return IsKeywordInCpp; } in IsKeywordInCPlusPlus() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp860 if (II.IsKeywordInCPlusPlus() && !DisableMacroExpansion) in HandleIdentifier()