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

References

tools/clang/lib/AST/APValue.cpp
  483     if (Ty->isBooleanType())
  496     QualType ElemTy = Ty->castAs<VectorType>()->getElementType();
  513     bool IsReference = Ty->isReferenceType();
  515       = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
  515       = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
  517       InnerTy = Ty;
  527         Out << "(" << Ty.stream(Ctx.getPrintingPolicy()) << ")"
  635     const ArrayType *AT = Ctx.getAsArrayType(Ty);
  655     const RecordDecl *RD = Ty->castAs<RecordType>()->getDecl();