Home | History | Annotate | Download | only in Sema

Lines Matching defs:Chunk

746     const DeclaratorChunk &Chunk = D.getTypeObject(I);
747 switch (Chunk.Kind) {
760 llvm_unreachable("Could not have seen this kind of declarator chunk");
763 if (Chunk.Mem.Scope().getScopeRep() &&
764 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())