Searched refs:IsCPPOperatorKeyword (Results 1 – 3 of 3) sorted by relevance
86 unsigned IsCPPOperatorKeyword : 1; variable126 IsPoisoned(false), IsCPPOperatorKeyword(false), in IdentifierInfo()288 IsCPPOperatorKeyword = Val;290 bool isCPlusPlusOperatorKeyword() const { return IsCPPOperatorKeyword; } in isCPlusPlusOperatorKeyword()
59 bool IsCPPOperatorKeyword : 1; // True if ident is a C++ operator keyword. variable267 IsCPPOperatorKeyword = Val;273 bool isCPlusPlusOperatorKeyword() const { return IsCPPOperatorKeyword; } in isCPlusPlusOperatorKeyword()
41 IsCPPOperatorKeyword = false; in IdentifierInfo()