Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3330 SmallVector<DeclID, 128> KindDeclPairs; in WriteDeclContextLexicalBlock() local
3344 KindDeclPairs.push_back(D->getKind()); in WriteDeclContextLexicalBlock()
3345 KindDeclPairs.push_back(GetDeclRef(D).getRawValue()); in WriteDeclContextLexicalBlock()
3351 bytes(KindDeclPairs)); in WriteDeclContextLexicalBlock()