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

References

tools/clang/tools/libclang/CXCursor.cpp
 1133   if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
 1134     Ty = ElabT->getNamedType();
 1139   if (const TypedefType *Typedef = Ty->getAs<TypedefType>())
 1141   if (const TagType *Tag = Ty->getAs<TagType>())
 1143   if (const TemplateTypeParmType *TemplP = Ty->getAs<TemplateTypeParmType>())