Searched defs:Canon (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TemplateName.h | 528 TemplateName Canon) in DependentTemplateName() 539 TemplateName Canon) in DependentTemplateName()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 126 QualType Canon = getType().getCanonicalType(); in Value() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 869 RecordDecl *Canon = static_cast<RecordDecl *>(RD->getCanonicalDecl()); in VisitRecordDecl() local 1297 ObjCInterfaceDecl *Canon = ID->getCanonicalDecl(); in VisitObjCInterfaceDecl() local 1407 ObjCProtocolDecl *Canon = PD->getCanonicalDecl(); in VisitObjCProtocolDecl() local 2166 CXXRecordDecl *Canon = D->getCanonicalDecl(); in ReadCXXRecordDefinition() local 2315 CXXDestructorDecl *Canon = D->getCanonicalDecl(); in VisitCXXDestructorDecl() local 3560 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl() 3570 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl() 3598 Decl *Previous, Decl *Canon) { in attachPreviousDeclImpl() 3737 Decl *Previous, Decl *Canon) { in attachPreviousDecl()
|
H A D | ASTWriterDecl.cpp | 2017 const Decl *Canon = D->getCanonicalDecl(); in getFirstLocalDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3946 QualType Canon; in getConstantArrayType() local 4114 QualType Canon; in getVariableArrayType() local 4470 DependentVectorType *Canon = in getDependentVectorType() local 4545 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() local 4619 DependentSizedMatrixType *Canon = in getDependentSizedMatrixType() local 5105 QualType Canon = Underlying->getCanonicalTypeInternal(); in getUsingType() local 5193 QualType Canon = getCanonicalType(Wrapped); in getBTFTagAttributedType() local 5245 QualType Canon; in getSubstTemplateTypeParmPackType() local 5282 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); in getTemplateTypeParmType() local 5433 QualType Canon = NamedType; in getElaboratedType() local [all …]
|
H A D | Type.cpp | 904 ObjCInterfaceDecl *Canon = Decl->getCanonicalDecl(); in getDecl() local 3223 const IdentifierInfo *Name, ArrayRef<TemplateArgument> Args, QualType Canon) in DependentTemplateSpecializationType() 3841 QualType Canon) in BoundsAttributedType() 3845 QualType Wrapped, QualType Canon, Expr *CountExpr, bool CountInBytes, in CountAttributedType() 3874 QualType Canon) in UsingType() 4208 QualType Canon, Decl *AssociatedDecl, unsigned Index, bool Final, in SubstTemplateTypeParmPackType() 4280 TemplateName T, ArrayRef<TemplateArgument> Args, QualType Canon, in TemplateSpecializationType() 5060 TypeDependence ExtraDependence, QualType Canon, in AutoType()
|
H A D | ASTImporter.cpp | 1686 QualType Canon; in VisitDependentNameType() local
|