/external/llvm-project/clang/include/clang/AST/ |
D | TemplateName.h | 486 TemplateName Canon) in DependentTemplateName() 497 TemplateName Canon) in DependentTemplateName()
|
/external/clang/include/clang/AST/ |
D | TemplateName.h | 451 TemplateName Canon) in DependentTemplateName() 462 TemplateName Canon) in DependentTemplateName()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2596 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 …]
|
D | Type.cpp | 2464 QualType Canon) in DependentTemplateSpecializationType() 3075 QualType Canon, in SubstTemplateTypeParmPackType() 3125 QualType Canon, QualType AliasedType) in TemplateSpecializationType()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1165 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()
|
D | ASTWriterDecl.cpp | 1766 const Decl *Canon = D->getCanonicalDecl(); in getFirstLocalDecl() local
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 3399 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 …]
|
D | Type.cpp | 2873 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()
|
D | ASTImporter.cpp | 1538 QualType Canon; in VisitDependentNameType() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1680 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()
|
D | ASTWriterDecl.cpp | 1567 const Decl *Canon = D->getCanonicalDecl(); in getFirstLocalDecl() local
|
D | ASTReader.cpp | 5606 QualType Canon = readType(*Loc.F, Record, Idx); in readTypeRecord() local
|