Home
last modified time | relevance | path

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

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