Home
last modified time | relevance | path

Searched refs:isCPlusPlusOperatorKeyword (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h449 bool isCPlusPlusOperatorKeyword() const { return IsCPPOperatorKeyword; } in isCPlusPlusOperatorKeyword() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp256 if (!II->isCPlusPlusOperatorKeyword()) { in EvaluateValue()
H A DPPDirectives.cpp352 if (II->isCPlusPlusOperatorKeyword()) { in CheckMacroName()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp1628 Info->isCPlusPlusOperatorKeyword())) { in consumeToken()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3949 Bits = (Bits << 1) | unsigned(II->isCPlusPlusOperatorKeyword()); in EmitData()
H A DASTReader.cpp1147 assert(II->isCPlusPlusOperatorKeyword() == CPlusPlusOperatorKeyword && in ReadData()