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

References

tools/clang/tools/libclang/CXType.cpp
 1288   if (TP && TP->getTypeClass() == Type::Elaborated)
 1288   if (TP && TP->getTypeClass() == Type::Elaborated)
 1289     return MakeCXType(cast<ElaboratedType>(TP)->getNamedType(), GetTU(CT));