Home | History | Annotate | Download | only in AST

Lines Matching refs:Common

115   if (!Common) {
117 // with a common pointer or we run out of previous declarations.
121 if (Prev->Common) {
122 Common = Prev->Common;
129 // If we never found a common pointer, allocate one now.
130 if (!Common) {
132 // need an update record to add the common data.
134 Common = newCommon(getASTContext());
137 // Update any previous declarations we saw with the common pointer.
139 PrevDecls[I]->Common = Common;
142 return Common;
206 static_cast<Common *>(Ptr)->~Common();
228 Common *CommonPtr = new (C) Common;
252 Common *CommonPtr = getCommonPtr();
268 static_cast<Common *>(Ptr)->~Common();
291 Common *CommonPtr = getCommonPtr();
315 Common *CommonPtr = new (C) Common;
410 Common *CommonPtr = getCommonPtr();
851 static_cast<Common *>(Ptr)->~Common();
855 Common *CommonPtr = new (C) Common;