Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2097 OverloadedOperatorKind getOperatorKind() const { in getOperatorKind() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4094 assert(Name.getOperatorKind() < NUM_OVERLOADED_OPERATORS && in EmitKey()
4096 LE.write<uint8_t>(Name.getOperatorKind()); in EmitKey()