Searched refs:GetImportedOrCreateDecl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 245 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter 261 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter 2740 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr)) in VisitEmptyDecl() 2768 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, Loc, in VisitBindingDecl() 2801 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(), in VisitAccessSpecDecl() 2829 if (GetImportedOrCreateDecl( in VisitStaticAssertDecl() 2897 if (GetImportedOrCreateDecl(ToNamespace, D, Importer.getToContext(), DC, in VisitNamespaceDecl() 2948 if (GetImportedOrCreateDecl( in VisitNamespaceAliasDecl() 3048 if (GetImportedOrCreateDecl<TypeAliasDecl>( in VisitTypedefNameDecl() 3052 } else if (GetImportedOrCreateDecl<TypedefDecl>( in VisitTypedefNameDecl() [all …]
|