Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp906 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition()
933 ValueDecl *Src, QualType DecompType, in checkArrayLikeDecomposition()
947 ValueDecl *Src, QualType DecompType, in checkArrayDecomposition()
955 ValueDecl *Src, QualType DecompType, in checkVectorDecomposition()
965 ValueDecl *Src, QualType DecompType, in checkComplexDecomposition()
1161 VarDecl *Src, QualType DecompType, in checkTupleLikeDecomposition()
1370 ValueDecl *Src, QualType DecompType, in checkMemberDecomposition()
1471 QualType DecompType = DD->getType(); in CheckCompleteDecompositionDeclaration() local