Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 959 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() 986 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 1000 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 1008 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 1018 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1214 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1424 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1524 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|