Searched refs:GetImportedOrCreateDecl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 246 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter 262 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter 2471 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr)) in VisitEmptyDecl() 2499 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, Loc, in VisitBindingDecl() 2532 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(), in VisitAccessSpecDecl() 2560 if (GetImportedOrCreateDecl( in VisitStaticAssertDecl() 2627 if (GetImportedOrCreateDecl(ToNamespace, D, Importer.getToContext(), DC, in VisitNamespaceDecl() 2678 if (GetImportedOrCreateDecl( in VisitNamespaceAliasDecl() 2778 if (GetImportedOrCreateDecl<TypeAliasDecl>( in VisitTypedefNameDecl() 2782 } else if (GetImportedOrCreateDecl<TypedefDecl>( in VisitTypedefNameDecl() [all …]
|