Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h61 bool IsCPPOperatorKeyword : 1; // True if ident is a C++ operator keyword. variable
247 IsCPPOperatorKeyword = Val;
253 bool isCPlusPlusOperatorKeyword() const { return IsCPPOperatorKeyword; } in isCPlusPlusOperatorKeyword()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DIdentifierTable.cpp38 IsCPPOperatorKeyword = false; in IdentifierInfo()