Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2894 SmallVector<uint32_t, 128> KindDeclPairs; in WriteDeclContextLexicalBlock() local
2896 KindDeclPairs.push_back(D->getKind()); in WriteDeclContextLexicalBlock()
2897 KindDeclPairs.push_back(GetDeclRef(D)); in WriteDeclContextLexicalBlock()
2903 bytes(KindDeclPairs)); in WriteDeclContextLexicalBlock()