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

References

tools/clang/lib/Sema/SemaLookup.cpp
 2461   if (SS && SS->isInvalid()) {
 2461   if (SS && SS->isInvalid()) {
 2467   if (SS && SS->isSet()) {
 2467   if (SS && SS->isSet()) {
 2468     NestedNameSpecifier *NNS = SS->getScopeRep();
 2472     if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
 2475       if (!DC->isDependentContext() && RequireCompleteDeclContext(*SS, DC))
 2478       R.setContextRange(SS->getRange());
 2486     R.setContextRange(SS->getRange());