clang 17.0.0git
|
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/ExternalASTMerger.h"
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. | |
|
static |
Definition at line 453 of file ExternalASTMerger.cpp.
References clang::ASTImporter::Import().
Referenced by importSpecializationsIfNeeded().
|
static |
Imports specializations from template declarations that can be specialized.
Definition at line 465 of file ExternalASTMerger.cpp.
References importSpecializations().
Referenced by clang::ExternalASTMerger::FindExternalVisibleDeclsByName().