Home
last modified time | relevance | path

Searched refs:DecompType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp908 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() argument
912 << DecompType << (unsigned)Bindings.size() in checkSimpleDecomposition()
921 ExprResult E = S.BuildDeclRefExpr(Src, DecompType, VK_LValue, Loc); in checkSimpleDecomposition()
935 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() argument
939 S, Bindings, Src, DecompType, NumElems, ElemType, in checkArrayLikeDecomposition()
949 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() argument
951 return checkArrayLikeDecomposition(S, Bindings, Src, DecompType, in checkArrayDecomposition()
957 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() argument
960 S, Bindings, Src, DecompType, llvm::APSInt::get(VT->getNumElements()), in checkVectorDecomposition()
962 DecompType.getQualifiers())); in checkVectorDecomposition()
[all …]