Lines Matching refs:record
35 /// GotoScope - This is a record that we use to keep track of all of the
94 // defined scope record for every "goto" and label.
168 // We actually give variables of record type (or array thereof)
175 const CXXRecordDecl *record = 0;
179 record = ctor->getParent();
182 if (!record->hasTrivialDestructor())
184 else if (!record->isPOD())
190 record = VD->getType()->getBaseElementTypeUnsafe()
198 if (record && !record->hasTrivialDestructor())