clang 22.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 449 of file ExternalASTMerger.cpp.
References clang::ASTImporter::Import().
Referenced by importSpecializationsIfNeeded().
|
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().