Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 847 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() 873 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 887 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 895 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 905 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1094 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1302 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1391 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|