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

References

tools/clang/lib/AST/ASTImporter.cpp
 7324       E->getQualifierLoc(), E->getTemplateKeywordLoc(), E->getDeclName(),
 7324       E->getQualifierLoc(), E->getTemplateKeywordLoc(), E->getDeclName(),
 7324       E->getQualifierLoc(), E->getTemplateKeywordLoc(), E->getDeclName(),
 7325       E->getExprLoc(), E->getLAngleLoc(), E->getRAngleLoc());
 7325       E->getExprLoc(), E->getLAngleLoc(), E->getRAngleLoc());
 7325       E->getExprLoc(), E->getLAngleLoc(), E->getRAngleLoc());
 7337   if (Error Err = ImportDeclarationNameLoc(E->getNameInfo(), ToNameInfo))
 7342   if (E->hasExplicitTemplateArgs()) {
 7344         ImportTemplateArgumentListInfo(E->template_arguments(), ToTAInfo))