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.cpp3417 SmallVector<DeclID, 128> KindDeclPairs; in WriteDeclContextLexicalBlock() local
3431 KindDeclPairs.push_back(D->getKind()); in WriteDeclContextLexicalBlock()
3432 KindDeclPairs.push_back(GetDeclRef(D).getRawValue()); in WriteDeclContextLexicalBlock()
3438 bytes(KindDeclPairs)); in WriteDeclContextLexicalBlock()