Home
last modified time | relevance | path

Searched defs:ToD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny()
81 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl()
83 void markAsNewDecl(Decl *ToD) { NewDecls.insert(ToD); } in markAsNewDecl()
H A DASTImporter.h371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp246 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl()
262 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl()
273 GetImportedOrCreateSpecialDecl(ToDeclT *&ToD, CreateFunT CreateFun, in GetImportedOrCreateSpecialDecl()
290 void InitializeImportedDecl(Decl *FromD, Decl *ToD) { in InitializeImportedDecl()
308 void addDeclToContexts(Decl *FromD, Decl *ToD) { in addDeclToContexts()
1369 auto ToD = importChecked(Err, T->getDecl()); in VisitUnresolvedUsingType() local
1877 DeclarationName &Name, NamedDecl *&ToD, SourceLocation &Loc) { in ImportDeclParts()
1927 NamedDecl *&ToD, SourceLocation &Loc) { in ImportDeclParts()
1945 Error ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded()
2105 if (Decl *ToD = Importer.GetAlreadyImportedOrNull(D)) { in ImportDeclContext() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3659 Decl *ToD) { in inheritDefaultTemplateArgument()