/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 992 numArrayElements(QualType DeclType) numArrayElements() argument 1002 numStructUnionElements(QualType DeclType) numStructUnionElements() argument 1016 getRecordDecl(QualType DeclType) getRecordDecl() argument 1301 CheckListElementTypes(const InitializedEntity & Entity,InitListExpr * IList,QualType & DeclType,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool TopLevelObject) CheckListElementTypes() argument 1564 CheckComplexType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckComplexType() argument 1600 CheckScalarType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckScalarType() argument 1683 CheckReferenceType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckReferenceType() argument 1740 CheckVectorType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckVectorType() argument 1917 CheckArrayType(const InitializedEntity & Entity,InitListExpr * IList,QualType & DeclType,llvm::APSInt elementIndex,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckArrayType() argument 2107 CheckStructUnionTypes(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,CXXRecordDecl::base_class_const_range Bases,RecordDecl::field_iterator Field,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool TopLevelObject) CheckStructUnionTypes() argument 8575 QualType DeclType = Entity.getType(); Perform() local [all...] |
H A D | SemaType.cpp | 3886 warnAboutAmbiguousFunction(Sema & S,Declarator & D,DeclaratorChunk & DeclType,QualType RT) warnAboutAmbiguousFunction() argument 5083 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); GetFullTypeForDeclarator() local 5817 for (const DeclaratorChunk &DeclType : D.type_objects()) { GetFullTypeForDeclarator() local [all...] |
H A D | SemaOverload.cpp | 4886 FindConversionForRefInit(Sema & S,ImplicitConversionSequence & ICS,QualType DeclType,SourceLocation DeclLoc,Expr * Init,QualType T2,bool AllowRvalues,bool AllowExplicit) FindConversionForRefInit() argument 5002 TryReferenceInit(Sema & S,Expr * Init,QualType DeclType,SourceLocation DeclLoc,bool SuppressUserConversions,bool AllowExplicit) TryReferenceInit() argument [all...] |
H A D | SemaDeclCXX.cpp | 7733 QualType DeclType = Context.getTypeDeclType(RD); CheckExplicitlyDefaultedSpecialMember() local
|
H A D | SemaExpr.cpp | 6942 QualType DeclType = FDecl->getType(); rewriteBuiltinFunctionDecl() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 754 using DeclType = EntryType; global() member [all...] |
H A D | DeclObjC.h | 743 QualType DeclType; global() variable
|
H A D | Decl.h | 707 QualType DeclType; global() variable
|