Lines Matching refs:record
35 /// GotoScope - This is a record that we use to keep track of all of the
92 // defined scope record for every "goto" and label.
166 // We actually give variables of record type (or array thereof)
173 const CXXRecordDecl *record = 0;
177 record = ctor->getParent();
181 inDiagToUse = (record->hasTrivialDestructor() ? 0 :
184 if (record->isPOD())
189 record = VD->getType()->getBaseElementTypeUnsafe()
197 if (record && !record->hasTrivialDestructor())