Searched refs:GetImportedOrCreateDecl (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 222 LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter 238 LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter 2260 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr)) in VisitEmptyDecl() 2292 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(), in VisitAccessSpecDecl() 2320 if (GetImportedOrCreateDecl( in VisitStaticAssertDecl() 2387 if (GetImportedOrCreateDecl( in VisitNamespaceDecl() 2438 if (GetImportedOrCreateDecl( in VisitNamespaceAliasDecl() 2522 if (GetImportedOrCreateDecl<TypeAliasDecl>( in VisitTypedefNameDecl() 2526 } else if (GetImportedOrCreateDecl<TypedefDecl>( in VisitTypedefNameDecl() 2601 if (GetImportedOrCreateDecl(ToAlias, D, Importer.getToContext(), DC, Loc, in VisitTypeAliasTemplateDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | InternalsManual.rst | 2214 ``GetImportedOrCreateDecl()``. This wrapper ensures that all newly created 2220 Even with the use of ``GetImportedOrCreateDecl()`` there is still a
|