Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 907 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() 934 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 948 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 956 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 966 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1162 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1371 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1471 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|