Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp120 KS_Future // Is a keyword in future standard enumerator
155 if (LangOpts.CPlusPlus && (Flags & KEYALLCXX)) return KS_Future; in getKeywordStatus()
157 return KS_Future; in getKeywordStatus()
182 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword()
184 Info.setIsFutureCompatKeyword(AddResult == KS_Future); in AddKeyword()
/external/clang/lib/Basic/
DIdentifierTable.cpp125 KS_Future // Is a keyword in future standard enumerator
153 if (LangOpts.CPlusPlus && (Flags & KEYCXX11)) return KS_Future; in getKeywordStatus()
178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); in AddKeyword()
180 Info.setIsFutureCompatKeyword(AddResult == KS_Future); in AddKeyword()