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

Declarations

tools/clang/include/clang/AST/ExprCXX.h
  808   QualType getTypeOperand(ASTContext &Context) const;

References

tools/clang/lib/AST/ExprConstant.cpp
 7542       TypeInfo = TypeInfoLValue(E->getTypeOperand(Info.Ctx).getTypePtr());
tools/clang/lib/AST/ItaniumMangle.cpp
 4043       mangleType(TIE->getTypeOperand(Context.getASTContext()));
tools/clang/lib/AST/JSONNodeDumper.cpp
 1265     QualType Adjusted = CTE->getTypeOperand(Ctx);
tools/clang/lib/CodeGen/CGExprCXX.cpp
 2149         CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext()));
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1989     T = E->getTypeOperand(CGM.getContext());