reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 7789     this->SharedState = std::make_shared<ASTImporterSharedState>();
 7830   if (SharedState->getLookupTable()) {
 7832         SharedState->getLookupTable()->lookup(ReDC, Name);
 7854   SharedState->addDeclToLookup(ToD);
 7950     if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) {
 7988         SharedState->removeDeclFromLookup(ToD);
 8006       SharedState->setImportDeclError(Pos->second, ErrOut);
 8017           SharedState->setImportDeclError(Ii->second, ErrOut);
 8042   if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) {