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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  782       EffectiveType = S->getDeducedType().getTypePtrOrNull();
  783       if (!EffectiveType)
  789     if (const auto *S = dyn_cast<TagType>(EffectiveType)) {
  792     if (const auto *S = dyn_cast<InjectedClassNameType>(EffectiveType)) {
  795     if (const auto *S = dyn_cast<TemplateTypeParmType>(EffectiveType)) {
  798     if (const auto *S = dyn_cast<TypedefType>(EffectiveType)) {
  801     if (const auto *S = dyn_cast<UnresolvedUsingType>(EffectiveType)) {
  804     if (const auto *S = dyn_cast<ObjCObjectType>(EffectiveType)) {
  816     if (const auto *S = dyn_cast<SubstTemplateTypeParmType>(EffectiveType)) {
  823     if (const auto *S = dyn_cast<TemplateSpecializationType>(EffectiveType)) {
  842     if (const auto *S = dyn_cast<ElaboratedType>(EffectiveType)) {