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.h184 asImpl().writeDeclRef(recordDecl); in writeLValuePathSerializationHelper()
188 asImpl().writeDeclRef(valueDecl); in writeLValuePathSerializationHelper()
212 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
213 asImpl().writeDeclRef(esi.SourceTemplate); in writeExceptionSpecInfo()
215 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
272 asImpl().writeDeclRef(NNS->getAsRecordDecl()); in writeNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h147 writeDeclRef(Info.getDecl()); in writeTypeCoupledDeclRefInfo()
239 void writeDeclRef(const Decl *D) { in writeDeclRef() function