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

References

tools/clang/include/clang/Sema/SemaInternal.h
  200   const CXXScopeSpec *getSS() const { return SS.get(); }
tools/clang/lib/Sema/SemaLookup.cpp
 4296           (SS && SS->isValid()) ? SS->getScopeRep() : nullptr) {
 4296           (SS && SS->isValid()) ? SS->getScopeRep() : nullptr) {
 4296           (SS && SS->isValid()) ? SS->getScopeRep() : nullptr) {
 4348   CXXScopeSpec *TempSS = SS.get();
 4365       if (SS && !TempSS)
 4366         TempSS = SS.get();
 4389     Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo());
 4436         if (SS && SS->isValid()) {
 4436         if (SS && SS->isValid()) {
 4440           SS->getScopeRep()->print(OldOStream, SemaRef.getPrintingPolicy());
 4457           TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo());