Home
last modified time | relevance | path

Searched defs:Canon (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DTemplateName.h486 TemplateName Canon) in DependentTemplateName()
497 TemplateName Canon) in DependentTemplateName()
/external/clang/include/clang/AST/
DTemplateName.h451 TemplateName Canon) in DependentTemplateName()
462 TemplateName Canon) in DependentTemplateName()
/external/clang/lib/AST/
DASTContext.cpp2596 QualType Canon; in getConstantArrayType() local
2758 QualType Canon; in getVariableArrayType() local
2954 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() local
2976 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType() local
3320 QualType Canon; in getSubstTemplateTypeParmPackType() local
3352 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType() local
3511 QualType Canon = NamedType; in getElaboratedType() local
3535 QualType Canon = InnerType; in getParenType() local
3624 QualType Canon; in getDependentTemplateSpecializationType() local
3657 QualType Canon; in getPackExpansionType() local
[all …]
DType.cpp2464 QualType Canon) in DependentTemplateSpecializationType()
3075 QualType Canon, in SubstTemplateTypeParmPackType()
3125 QualType Canon, QualType AliasedType) in TemplateSpecializationType()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1165 ObjCInterfaceDecl *Canon = ID->getCanonicalDecl(); in VisitObjCInterfaceDecl() local
1230 ObjCProtocolDecl *Canon = PD->getCanonicalDecl(); in VisitObjCProtocolDecl() local
1864 CXXRecordDecl *Canon = D->getCanonicalDecl(); in ReadCXXRecordDefinition() local
1996 CXXDestructorDecl *Canon = D->getCanonicalDecl(); in VisitCXXDestructorDecl() local
3552 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl()
3562 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl()
3590 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl()
3681 Decl *Previous, Decl *Canon) { in attachPreviousDecl()
DASTWriterDecl.cpp1766 const Decl *Canon = D->getCanonicalDecl(); in getFirstLocalDecl() local
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3399 QualType Canon; in getConstantArrayType() local
3572 QualType Canon; in getVariableArrayType() local
3876 DependentVectorType *Canon = in getDependentVectorType() local
3947 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() local
4022 DependentSizedMatrixType *Canon = in getDependentSizedMatrixType() local
4553 QualType Canon; in getSubstTemplateTypeParmPackType() local
4585 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType() local
4744 QualType Canon = NamedType; in getElaboratedType() local
4771 QualType Canon = InnerType; in getParenType() local
4788 QualType Canon = UnderlyingTy; in getMacroQualifiedType() local
[all …]
DType.cpp2873 const IdentifierInfo *Name, ArrayRef<TemplateArgument> Args, QualType Canon) in DependentTemplateSpecializationType()
3574 const TemplateTypeParmType *Param, QualType Canon, in SubstTemplateTypeParmPackType()
3623 TemplateName T, ArrayRef<TemplateArgument> Args, QualType Canon, in TemplateSpecializationType()
DASTImporter.cpp1538 QualType Canon; in VisitDependentNameType() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1680 CXXRecordDecl *Canon = D->getCanonicalDecl(); in ReadCXXRecordDefinition() local
1800 auto *Canon = cast<CXXDestructorDecl>(D->getCanonicalDecl()); in VisitCXXDestructorDecl() local
3038 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl()
3047 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl()
3134 Decl *Previous, Decl *Canon) { in attachPreviousDecl()
DASTWriterDecl.cpp1567 const Decl *Canon = D->getCanonicalDecl(); in getFirstLocalDecl() local
DASTReader.cpp5606 QualType Canon = readType(*Loc.F, Record, Idx); in readTypeRecord() local