Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 901 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() 927 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 941 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 949 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 959 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1147 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1355 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1456 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|