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

References

tools/clang/lib/AST/Type.cpp
 3751     return computeTypeLinkageInfo(cast<ComplexType>(T)->getElementType());
 3753     return computeTypeLinkageInfo(cast<PointerType>(T)->getPointeeType());
 3755     return computeTypeLinkageInfo(cast<BlockPointerType>(T)->getPointeeType());
 3758     return computeTypeLinkageInfo(cast<ReferenceType>(T)->getPointeeType());
 3762     LV.merge(computeTypeLinkageInfo(MPT->getPointeeType()));
 3768     return computeTypeLinkageInfo(cast<ArrayType>(T)->getElementType());
 3771     return computeTypeLinkageInfo(cast<VectorType>(T)->getElementType());
 3773     return computeTypeLinkageInfo(cast<FunctionType>(T)->getReturnType());
 3776     LinkageInfo LV = computeTypeLinkageInfo(FPT->getReturnType());
 3778       LV.merge(computeTypeLinkageInfo(ai));
 3784     return computeTypeLinkageInfo(cast<ObjCObjectType>(T)->getBaseType());
 3786     return computeTypeLinkageInfo(
 3789     return computeTypeLinkageInfo(cast<AtomicType>(T)->getValueType());
 3791     return computeTypeLinkageInfo(cast<PipeType>(T)->getElementType());
 3802                   .computeTypeLinkageInfo(getCanonicalTypeInternal())
 3809     return computeTypeLinkageInfo(T->getCanonicalTypeInternal());