clang 22.0.0git
ExternalASTMerger.cpp File Reference

Go to the source code of this file.

Functions

template<typename DeclTy>
static bool importSpecializations (DeclTy *D, ASTImporter *Importer)
static bool importSpecializationsIfNeeded (Decl *D, ASTImporter *Importer)
 Imports specializations from template declarations that can be specialized.

Function Documentation

◆ importSpecializations()

template<typename DeclTy>
bool importSpecializations ( DeclTy * D,
ASTImporter * Importer )
static

Definition at line 449 of file ExternalASTMerger.cpp.

References clang::ASTImporter::Import().

Referenced by importSpecializationsIfNeeded().

◆ importSpecializationsIfNeeded()

bool importSpecializationsIfNeeded ( Decl * D,
ASTImporter * Importer )
static

Imports specializations from template declarations that can be specialized.

Definition at line 461 of file ExternalASTMerger.cpp.

References importSpecializations(), and clang::isa().

Referenced by clang::ExternalASTMerger::FindExternalVisibleDeclsByName().