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

References

tools/clang/lib/AST/ASTImporter.cpp
 5392   if (GetImportedOrCreateDecl(ToVarTD, D, Importer.getToContext(), DC, Loc,
 5394     return ToVarTD;
 5396   ToTemplated->setDescribedVarTemplate(ToVarTD);
 5398   ToVarTD->setAccess(D->getAccess());
 5399   ToVarTD->setLexicalDeclContext(LexicalDC);
 5400   LexicalDC->addDeclInternal(ToVarTD);
 5407   return ToVarTD;