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

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1867     switch (ty->getTypeClass()) {
 1893       type = cast<AdjustedType>(ty)->getAdjustedType();
 1897       type = cast<DecayedType>(ty)->getPointeeType();
 1901       type = cast<PointerType>(ty)->getPointeeType();
 1905       type = cast<BlockPointerType>(ty)->getPointeeType();
 1910       type = cast<ReferenceType>(ty)->getPointeeType();
 1914       type = cast<MemberPointerType>(ty)->getPointeeType();
 1920       type = cast<ArrayType>(ty)->getElementType();
 1925       const VariableArrayType *vat = cast<VariableArrayType>(ty);
 1963       type = cast<FunctionType>(ty)->getReturnType();
 1986       EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr());
 1990       type = cast<AtomicType>(ty)->getValueType();
 1994       type = cast<PipeType>(ty)->getElementType();