Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 971 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() 998 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 1012 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 1020 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 1030 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1226 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1436 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1536 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|