Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 908 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() 935 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 949 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 957 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 967 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1163 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1372 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1473 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|