Searched defs:DecompType (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 941 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition() 968 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition() 982 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition() 990 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition() 1000 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition() 1196 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition() 1405 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition() 1505 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local
|