Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h183 asImpl().writeDeclRef(recordDecl); in writeLValuePathSerializationHelper()
187 asImpl().writeDeclRef(valueDecl); in writeLValuePathSerializationHelper()
211 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
212 asImpl().writeDeclRef(esi.SourceTemplate); in writeExceptionSpecInfo()
214 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
270 asImpl().writeDeclRef(NNS->getAsRecordDecl()); in writeNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h157 writeDeclRef(Info.getDecl()); in writeTypeCoupledDeclRefInfo()
267 void writeDeclRef(const Decl *D) { in writeDeclRef() function