Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 969 QualType DecompType, in CheckBindingsCount() 1017 QualType DecompType, const llvm::APSInt &NumElemsAPS, QualType ElemType, in checkSimpleDecomposition() 1042 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 1056 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 1064 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 1074 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1270 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1478 QualType DecompType, in CheckMemberDecompositionFields() 1519 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1590 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|