reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTWriter.cpp
 3076     for (Decl *D : Context->getModuleInitializers(Mod))
 3310   for (const auto &FO : Context->Comments.OrderedComments) {
 4103     auto ImplicitCtorName = Context->DeclarationNames.getCXXConstructorName(
 4104         Context->getCanonicalType(Context->getRecordType(D)));
 4104         Context->getCanonicalType(Context->getRecordType(D)));
 4602   assert(Context && "should have context when outputting path");
 4605       cleanPathForOutput(Context->getSourceManager().getFileManager(), Path);
 4686   return Context->getLangOpts();
 4710   Context = &SemaRef.Context;
 4715   Context = nullptr;
 5322             *Context, const_cast<CXXRecordDecl *>(RD)));
 5638   assert(Context);
 5639   return MakeTypeID(*Context, T, [&](QualType T) -> TypeIdx {
 5661   assert(Context);
 5662   return MakeTypeID(*Context, T, [&](QualType T) -> TypeIdx {
 5737   SourceManager &SM = Context->getSourceManager();
 6195   bool ModulesDebugInfo = Writer->Context->getLangOpts().ModulesDebugInfo &&
 6212   AddUnresolvedSet(Data.Conversions.get(*Writer->Context));
 6215     AddUnresolvedSet(Data.VisibleConversions.get(*Writer->Context));
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  209       if (Writer.Chain != Writer.Context->getExternalSource() &&
  985     ASTContext::BlockVarCopyInit Init = Writer.Context->getBlockVarCopyInit(D);
 1002            Writer.Context->GetGVALinkageForVariable(D) == GVA_StrongExternal);
 2407       Linkage = Writer->Context->GetGVALinkageForFunction(FD);
 2410     if (Writer->Context->getLangOpts().ModulesCodegen) {
 2415           Linkage = Writer->Context->GetGVALinkageForFunction(FD);