Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2947 Inits.push_back(GetDeclRef(D)); in WriteSubmodules()
3104 KindDeclPairs.push_back(GetDeclRef(D)); in WriteDeclContextLexicalBlock()
3750 Writer.GetDeclRef(getDeclForLocalLookup(Writer.getLangOpts(), D))); in getData()
4094 GetDeclRef(ND); in WriteDeclContextVisibleBlock()
4811 NewGlobalKindDeclPairs.push_back(GetDeclRef(D)); in WriteASTCore()
4862 GetDeclRef(I); in WriteASTCore()
4880 GetDeclRef(*D); in WriteASTCore()
4978 DeclsToCheckForDeferredDiags.push_back(GetDeclRef(D)); in WriteASTCore()
5187 Record.push_back(GetDeclRef(Update.getDecl())); in WriteDeclUpdatesBlocks()
5325 OffsetsRecord.push_back(GetDeclRef(D)); in WriteDeclUpdatesBlocks()
[all …]
H A DASTWriterDecl.cpp802 (void)Writer.GetDeclRef(Cat); in VisitObjCInterfaceDecl()
1060 Writer.ModularCodegenDecls.push_back(Writer.GetDeclRef(D)); in VisitVarDecl()
1887 (void)Writer.GetDeclRef(D->getPreviousDecl()); in VisitRedeclarable()
1888 (void)Writer.GetDeclRef(MostRecent); in VisitRedeclarable()
2531 Writer->ModularCodegenDecls.push_back(Writer->GetDeclRef(FD)); in AddFunctionDefinition()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h672 serialization::DeclID GetDeclRef(const Decl *D);