Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h579 unsigned BinaryOperatorAbbrev = 0; variable
778 unsigned getBinaryOperatorAbbrev() const { return BinaryOperatorAbbrev; } in getBinaryOperatorAbbrev()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2582 BinaryOperatorAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteDeclAbbrevs()