Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h187 asImpl().writeDeclRef(recordDecl); in writeLValuePathSerializationHelper()
191 asImpl().writeDeclRef(valueDecl); in writeLValuePathSerializationHelper()
215 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
216 asImpl().writeDeclRef(esi.SourceTemplate); in writeExceptionSpecInfo()
218 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
267 asImpl().writeDeclRef(NNS->getAsRecordDecl()); in writeNestedNameSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h223 void writeDeclRef(const Decl *D) { in writeDeclRef() function