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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 9853         dyn_cast_or_null<CXXRecordDecl>(computeDeclContext(SS, false));
 9870     assert(DTN->getQualifier() == SS.getScopeRep());
 9881     SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
 9906   T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T);
 9909   TL.setQualifierLoc(SS.getWithLocInContext(Context));