/llvm-project/clang-tools-extra/clangd/ |
H A D | Quality.cpp | 61 #define MAP(DeclType, Category) \ in categorize() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1048 numArrayElements(QualType DeclType) numArrayElements() argument 1058 numStructUnionElements(QualType DeclType) numStructUnionElements() argument 1072 getRecordDecl(QualType DeclType) getRecordDecl() argument 1357 CheckListElementTypes(const InitializedEntity & Entity,InitListExpr * IList,QualType & DeclType,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool TopLevelObject) CheckListElementTypes() argument 1640 CheckComplexType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckComplexType() argument 1676 CheckScalarType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckScalarType() argument 1763 CheckReferenceType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckReferenceType() argument 1820 CheckVectorType(const InitializedEntity & Entity,InitListExpr * IList,QualType DeclType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckVectorType() argument 2021 CheckArrayType(const InitializedEntity & Entity,InitListExpr * IList,QualType & DeclType,llvm::APSInt elementIndex,bool SubobjectIsDesignatorContext,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex) CheckArrayType() argument 2230 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 7510 QualType DeclType = Entity.getType(); Perform() local [all...] |
H A D | SemaType.cpp | 3420 warnAboutAmbiguousFunction(Sema & S,Declarator & D,DeclaratorChunk & DeclType,QualType RT) warnAboutAmbiguousFunction() argument 4596 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); GetFullTypeForDeclarator() local 5330 for (const DeclaratorChunk &DeclType : D.type_objects()) { GetFullTypeForDeclarator() local [all...] |
H A D | SemaOverload.cpp | 5036 /// with DeclType. Return true if something definite is found. in TryReferenceInit() argument 4920 FindConversionForRefInit(Sema & S,ImplicitConversionSequence & ICS,QualType DeclType,SourceLocation DeclLoc,Expr * Init,QualType T2,bool AllowRvalues,bool AllowExplicit) FindConversionForRefInit() argument [all...] |
H A D | SemaDeclCXX.cpp | 7591 QualType DeclType = Context.getTypeDeclType(RD); CheckExplicitlyDefaultedSpecialMember() local
|
H A D | SemaExpr.cpp | 6122 QualType DeclType = FDecl->getType(); rewriteBuiltinFunctionDecl() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 734 using DeclType = EntryType; global() member [all...] |
H A D | DeclObjC.h | 744 QualType DeclType; variable
|
H A D | Decl.h | 707 QualType DeclType; global() variable
|