Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h401 SmallVector<uint64_t, 16> ModularCodegenDecls; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp974 Writer.ModularCodegenDecls.push_back(Writer.GetDeclRef(D)); in VisitVarDecl()
2347 Writer->ModularCodegenDecls.push_back(Writer->GetDeclRef(FD)); in AddFunctionDefinition()
H A DASTWriter.cpp5032 if (!ModularCodegenDecls.empty()) in WriteASTCore()
5033 Stream.EmitRecord(MODULAR_CODEGEN_DECLS, ModularCodegenDecls); in WriteASTCore()
6069 Writer->ModularCodegenDecls.push_back(Writer->GetDeclRef(D)); in AddCXXDefinitionData()