Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h58 bool IsCPPOperatorKeyword : 1; // True if ident is a C++ operator keyword. variable
244 IsCPPOperatorKeyword = Val;
250 bool isCPlusPlusOperatorKeyword() const { return IsCPPOperatorKeyword; } in isCPlusPlusOperatorKeyword()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp40 IsCPPOperatorKeyword = false; in IdentifierInfo()