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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 1410     LookupQualifiedName(Previous, SemanticContext);
 1423     LookupName(Previous, S);
 1426   if (Previous.isAmbiguous())
 1430   if (Previous.begin() != Previous.end())
 1430   if (Previous.begin() != Previous.end())
 1431     PrevDecl = (*Previous.begin())->getUnderlyingDecl();
 1484         Previous.clear(LookupOrdinaryName);
 1488         LookupQualifiedName(Previous, LookupContext);
 1490         if (Previous.isAmbiguous())
 1493         if (Previous.begin() != Previous.end())
 1493         if (Previous.begin() != Previous.end())
 1494           PrevDecl = (*Previous.begin())->getUnderlyingDecl();
 1498              !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext,
 1503           PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) {