Searched refs:ToD (Results 1 – 4 of 4) sorted by relevance
1676 if (ToD) in ImportDeclParts()1695 if (ToD) in ImportDeclParts()2385 if (ToD) in VisitNamespaceDecl()2506 if (ToD) in VisitTypedefNameDecl()2670 if (ToD) in VisitLabelDecl()2709 if (ToD) in VisitEnumDecl()2823 if (ToD) in VisitRecordDecl()3054 if (ToD) in VisitEnumConstantDecl()3299 if (ToD) in VisitFunctionDecl()3661 if (ToD) in VisitFieldDecl()[all …]
288 void AddToLookupTable(Decl *ToD);389 TranslationUnitDecl *GetFromTU(Decl *ToD);395 llvm::Optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl() argument396 auto FromI = ImportedFromDecls.find(ToD); in getImportedFromDecl()574 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
67 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() argument68 auto Pos = ImportErrors.find(ToD); in getImportDeclErrorIfAny()
3680 Decl *ToD) { in inheritDefaultTemplateArgument() argument3681 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()