Searched defs:DeclType (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 988 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements() 998 int InitListChecker::numStructUnionElements(QualType DeclType) { in numStructUnionElements() 1289 QualType &DeclType, in CheckListElementTypes() 1527 InitListExpr *IList, QualType DeclType, in CheckComplexType() 1563 InitListExpr *IList, QualType DeclType, in CheckScalarType() 1641 InitListExpr *IList, QualType DeclType, in CheckReferenceType() 1696 InitListExpr *IList, QualType DeclType, in CheckVectorType() 1871 InitListExpr *IList, QualType &DeclType, in CheckArrayType() 2046 const InitializedEntity &Entity, InitListExpr *IList, QualType DeclType, in CheckStructUnionTypes() 8415 QualType DeclType = Entity.getType(); in Perform() local
|
H A D | SemaType.cpp | 3783 DeclaratorChunk &DeclType, QualType RT) { in warnAboutAmbiguousFunction() 4970 DeclaratorChunk &DeclType = D.getTypeObject(chunkIndex); in GetFullTypeForDeclarator() local 5683 for (const DeclaratorChunk &DeclType : D.type_objects()) { in GetFullTypeForDeclarator() local
|
H A D | SemaOverload.cpp | 4717 QualType DeclType, SourceLocation DeclLoc, in FindConversionForRefInit() 4833 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, in TryReferenceInit()
|
H A D | SemaDeclCXX.cpp | 7528 QualType DeclType = Context.getTypeDeclType(RD); in CheckExplicitlyDefaultedSpecialMember() local
|
H A D | SemaExpr.cpp | 6638 QualType DeclType = FDecl->getType(); in rewriteBuiltinFunctionDecl() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 782 using DeclType = EntryType; member
|
H A D | DeclObjC.h | 743 QualType DeclType; variable
|
H A D | Decl.h | 704 QualType DeclType; variable
|