Home
last modified time | relevance | path

Searched defs:DeclType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DQuality.cpp61 #define MAP(DeclType, Category) \ in categorize() argument
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1048 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 DSemaType.cpp3420 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 DSemaOverload.cpp5036 /// 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 DSemaDeclCXX.cpp7591 QualType DeclType = Context.getTypeDeclType(RD); CheckExplicitlyDefaultedSpecialMember() local
H A DSemaExpr.cpp6122 QualType DeclType = FDecl->getType(); rewriteBuiltinFunctionDecl() local
/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h734 using DeclType = EntryType; global() member
[all...]
H A DDeclObjC.h744 QualType DeclType; variable
H A DDecl.h707 QualType DeclType; global() variable