Importer specific state, which may be shared amongst several ASTImporter objects.
More...
#include "clang/AST/ASTImporterSharedState.h"
Importer specific state, which may be shared amongst several ASTImporter objects.
Definition at line 29 of file ASTImporterSharedState.h.
◆ ASTImporterSharedState() [1/2]
clang::ASTImporterSharedState::ASTImporterSharedState |
( |
| ) |
|
|
default |
◆ ASTImporterSharedState() [2/2]
◆ addDeclToLookup()
void clang::ASTImporterSharedState::addDeclToLookup |
( |
Decl * |
D | ) |
|
|
inline |
◆ getImportDeclErrorIfAny()
std::optional< ASTImportError > clang::ASTImporterSharedState::getImportDeclErrorIfAny |
( |
Decl * |
ToD | ) |
const |
|
inline |
◆ getLookupTable()
◆ isNewDecl()
bool clang::ASTImporterSharedState::isNewDecl |
( |
const Decl * |
ToD | ) |
const |
|
inline |
◆ markAsNewDecl()
void clang::ASTImporterSharedState::markAsNewDecl |
( |
Decl * |
ToD | ) |
|
|
inline |
◆ removeDeclFromLookup()
void clang::ASTImporterSharedState::removeDeclFromLookup |
( |
Decl * |
D | ) |
|
|
inline |
◆ setImportDeclError()
void clang::ASTImporterSharedState::setImportDeclError |
( |
Decl * |
To, |
|
|
ASTImportError |
Error |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: