Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTWriter.h491 unsigned TypeFunctionProtoAbbrev = 0; variable
697 return TypeFunctionProtoAbbrev; in getTypeFunctionProtoAbbrev()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp542 TypeFunctionProtoAbbrev = Stream.EmitAbbrev(std::move(Abv)); in WriteTypeAbbrevs()