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

References

tools/clang/lib/Serialization/ASTReader.cpp
 6356     return Context.getQualifiedType(Base, Quals);
 6365     return Context.getComplexType(ElemType);
 6374     return Context.getPointerType(PointeeType);
 6383     QualType DT = Context.getAdjustedParameterType(OriginalType);
 6396     return Context.getAdjustedType(OriginalTy, AdjustedTy);
 6405     return Context.getBlockPointerType(PointeeType);
 6414     return Context.getLValueReferenceType(PointeeType, Record[1]);
 6423     return Context.getRValueReferenceType(PointeeType);
 6436     return Context.getMemberPointerType(PointeeType, ClassType.getTypePtr());
 6446     return Context.getConstantArrayType(ElementType, Size, SizeExpr,
 6454     return Context.getIncompleteArrayType(ElementType, ASM, IndexTypeQuals);
 6463     return Context.getVariableArrayType(ElementType, ReadExpr(*Loc.F),
 6477     return Context.getVectorType(ElementType, NumElements,
 6489     return Context.getExtVectorType(ElementType, NumElements);
 6501     return Context.getFunctionNoProtoType(ResultType, Info);
 6541     return Context.getFunctionType(ResultType, ParamTypes, EPI);
 6546     return Context.getTypeDeclType(
 6559       Canonical = Context.getCanonicalType(Canonical);
 6560     return Context.getTypedefType(Decl, Canonical);
 6564     return Context.getTypeOfExprType(ReadExpr(*Loc.F));
 6572     return Context.getTypeOfType(UnderlyingType);
 6577     return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);
 6584     return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);
 6596     return Context.getAutoType(Deduced, Keyword, IsDependent, IsPack);
 6603     return Context.getDeducedTemplateSpecializationType(Name, Deduced,
 6616     QualType T = Context.getRecordType(RD);
 6629       = Context.getEnumType(ReadDeclAs<EnumDecl>(*Loc.F, Record, Idx));
 6642     return Context.getAttributedType(kind, modifiedType, equivalentType);
 6651     return Context.getParenType(InnerType);
 6661     return Context.getMacroQualifiedType(UnderlyingTy, MacroII);
 6675     return Context.getPackExpansionType(Pattern, NumExpansions);
 6684     return Context.getElaboratedType(Keyword, NNS, NamedType, OwnedTagDecl);
 6691     return Context.getObjCInterfaceType(ItfD->getCanonicalDecl());
 6702     return Context.getObjCTypeParamType(Decl, Protos);
 6717     return Context.getObjCObjectType(Base, TypeArgs, Protos, IsKindOf);
 6723     return Context.getObjCObjectPointerType(Pointee);
 6730     return Context.getSubstTemplateTypeParmType(
 6732         Context.getCanonicalType(Replacement));
 6739     return Context.getSubstTemplateTypeParmPackType(
 6757       T = new (Context, TypeAlignment) InjectedClassNameType(D, TST);
 6771     return Context.getTemplateTypeParmType(Depth, Index, Pack, D);
 6781       Canon = Context.getCanonicalType(Canon);
 6782     return Context.getDependentNameType(Keyword, NNS, Name, Canon);
 6795     return Context.getDependentTemplateSpecializationType(Keyword, NNS, Name,
 6812     return Context.getDependentSizedArrayType(ElementType, NumElts, ASM,
 6825       T = Context.getCanonicalTemplateSpecializationType(Name, Args);
 6827       T = Context.getTemplateSpecializationType(Name, Args, Underlying);
 6838     return Context.getAtomicType(ValueType);
 6850     return Context.getPipeType(ElementType, ReadOnly);
 6860     return Context.getDependentVectorType(ElementType, SizeExpr, AttrLoc,
 6872     return Context.getDependentSizedExtVectorType(ElementType, SizeExpr,
 6884     return Context.getDependentAddressSpaceType(PointeeType, AddrSpaceExpr,