Searched defs:DeclType (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h620 QualType DeclType; member in class:clang::ValueDecl
H A DDeclObjC.h783 QualType DeclType; member in class:clang::ObjCPropertyDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp966 int InitListChecker::numArrayElements(QualType DeclType) { argument
976 numStructUnionElements(QualType DeclType) argument
1245 CheckListElementTypes(const InitializedEntity &Entity, InitListExpr *IList, QualType &DeclType, bool SubobjectIsDesignatorContext, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex, bool TopLevelObject) argument
1468 CheckComplexType(const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex) argument
1504 CheckScalarType(const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex) argument
1576 CheckReferenceType(const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex) argument
1634 CheckVectorType(const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex) argument
[all...]
H A DSemaType.cpp4522 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); local
3364 warnAboutAmbiguousFunction(Sema &S, Declarator &D, DeclaratorChunk &DeclType, QualType RT) argument
[all...]
H A DSemaExpr.cpp5529 QualType DeclType = FDecl->getType(); local

Completed in 281 milliseconds