Searched refs:ToD (Results 1 – 4 of 4) sorted by relevance
69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() argument70 auto Pos = ImportErrors.find(ToD); in getImportDeclErrorIfAny()81 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl() argument83 void markAsNewDecl(Decl *ToD) { NewDecls.insert(ToD); } in markAsNewDecl() argument
260 void AddToLookupTable(Decl *ToD);261 llvm::Error ImportAttrs(Decl *ToD, Decl *FromD);365 TranslationUnitDecl *GetFromTU(Decl *ToD);371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl() argument372 auto FromI = ImportedFromDecls.find(ToD); in getImportedFromDecl()550 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
1871 if (ToD) in ImportDeclParts()1890 if (ToD) in ImportDeclParts()2530 if (ToD) in VisitNamespaceDecl()2651 if (ToD) in VisitTypedefNameDecl()2833 if (ToD) in VisitLabelDecl()2872 if (ToD) in VisitEnumDecl()2986 if (ToD) in VisitRecordDecl()3232 if (ToD) in VisitEnumConstantDecl()3652 if (ToD) in VisitFunctionDecl()4035 if (ToD) in VisitFieldDecl()[all …]
3684 Decl *ToD) { in inheritDefaultTemplateArgument() argument3685 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()