Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DTemplateName.h530 DependentTemplateName(NestedNameSpecifier * Qualifier,const IdentifierInfo * Identifier,TemplateName Canon) DependentTemplateName() argument
541 DependentTemplateName(NestedNameSpecifier * Qualifier,OverloadedOperatorKind Operator,TemplateName Canon) DependentTemplateName() argument
/llvm-project/clang/lib/Interpreter/
H A DValue.cpp126 QualType Canon = getType().getCanonicalType(); in Value() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp875 RecordDecl *Canon = static_cast<RecordDecl *>(RD->getCanonicalDecl()); VisitRecordDecl() local
1306 ObjCInterfaceDecl *Canon = ID->getCanonicalDecl(); VisitObjCInterfaceDecl() local
1416 ObjCProtocolDecl *Canon = PD->getCanonicalDecl(); VisitObjCProtocolDecl() local
2185 CXXRecordDecl *Canon = D->getCanonicalDecl(); ReadCXXRecordDefinition() local
2334 CXXDestructorDecl *Canon = D->getCanonicalDecl(); VisitCXXDestructorDecl() local
3585 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<DeclT> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument
3595 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<VarDecl> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument
3623 attachPreviousDeclImpl(ASTReader & Reader,Redeclarable<FunctionDecl> * D,Decl * Previous,Decl * Canon) attachPreviousDeclImpl() argument
3714 attachPreviousDecl(ASTReader & Reader,Decl * D,Decl * Previous,Decl * Canon) attachPreviousDecl() argument
[all...]
H A DASTWriterDecl.cpp2026 const Decl *Canon = D->getCanonicalDecl(); getFirstLocalDecl() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp3658 QualType Canon; getConstantArrayType() local
3826 QualType Canon; getVariableArrayType() local
4182 DependentVectorType *Canon = getDependentVectorType() local
4257 DependentSizedExtVectorType *Canon getDependentSizedExtVectorType() local
4331 DependentSizedMatrixType *Canon = getDependentSizedMatrixType() local
4815 QualType Canon = Underlying->getCanonicalTypeInternal(); getUsingType() local
4903 QualType Canon = getCanonicalType(Wrapped); getBTFTagAttributedType() local
4955 QualType Canon; getSubstTemplateTypeParmPackType() local
4992 QualType Canon = getTemplateTypeParmType(Depth, Index, ParameterPack); getTemplateTypeParmType() local
5143 QualType Canon = NamedType; getElaboratedType() local
5171 QualType Canon = InnerType; getParenType() local
5188 QualType Canon = UnderlyingTy; getMacroQualifiedType() local
5263 QualType Canon; getDependentTemplateSpecializationType() local
5349 QualType Canon; getPackExpansionType() local
5735 DependentTypeOfExprType *Canon = getTypeOfExprType() local
5810 DependentDecltypeType *Canon getDecltypeType() local
5839 PackIndexingType *Canon = getPackIndexingType() local
5875 DependentUnaryTransformType *Canon getUnaryTransformType() local
5911 QualType Canon; getAutoTypeInternal() local
6010 QualType Canon = DeducedType.isNull() getDeducedTemplateSpecializationType() local
9413 TemplateName Canon = getDependentTemplateName(CanonNNS, Name); getDependentTemplateName() local
9449 TemplateName Canon = getDependentTemplateName(CanonNNS, Operator); getDependentTemplateName() local
[all...]
H A DType.cpp3891 QualType Canon) in BoundsAttributedType() argument
3895 QualType Wrapped, QualType Canon, Expr *CountExpr, bool CountInBytes, in CountAttributedType() argument
3924 QualType Canon) in UsingType() argument
904 ObjCInterfaceDecl *Canon = Decl->getCanonicalDecl(); getDecl() local
3282 DependentTemplateSpecializationType(ElaboratedTypeKeyword Keyword,NestedNameSpecifier * NNS,const IdentifierInfo * Name,ArrayRef<TemplateArgument> Args,QualType Canon) DependentTemplateSpecializationType() argument
4237 SubstTemplateTypeParmPackType(QualType Canon,Decl * AssociatedDecl,unsigned Index,bool Final,const TemplateArgument & ArgPack) SubstTemplateTypeParmPackType() argument
4309 TemplateSpecializationType(TemplateName T,ArrayRef<TemplateArgument> Args,QualType Canon,QualType AliasedType) TemplateSpecializationType() argument
5089 AutoType(QualType DeducedAsType,AutoTypeKeyword Keyword,TypeDependence ExtraDependence,QualType Canon,ConceptDecl * TypeConstraintConcept,ArrayRef<TemplateArgument> TypeConstraintArgs) AutoType() argument
[all...]
H A DASTImporter.cpp1686 QualType Canon; VisitDependentNameType() local
/llvm-project/llvm/unittests/Analysis/
H A DIRSimilarityIdentifierTest.cpp2196 unsigned Canon = *Cand2.getCanonicalNum(Source); in TEST() local