Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DIdentifierTable.h59 bool IsCPPOperatorKeyword : 1; // True if ident is a C++ operator keyword. variable
267 IsCPPOperatorKeyword = Val;
273 bool isCPlusPlusOperatorKeyword() const { return IsCPPOperatorKeyword; } in isCPlusPlusOperatorKeyword()
/external/clang/lib/Basic/
DIdentifierTable.cpp41 IsCPPOperatorKeyword = false; in IdentifierInfo()