Home | History | Annotate | Download | only in AST

Lines Matching full:common

132   if (Common)
133 return Common;
136 // with a common pointer or we run out of previous declarations.
140 if (Prev->Common) {
141 Common = Prev->Common;
148 // If we never found a common pointer, allocate one now.
149 if (!Common) {
151 // need an update record to add the common data.
153 Common = newCommon(getASTContext());
156 // Update any previous declarations we saw with the common pointer.
158 PrevDecls[I]->Common = Common;
160 return Common;
222 static_cast<Common *>(Ptr)->~Common();
243 Common *CommonPtr = new (C) Common;
249 Common *CommonPtr = getCommonPtr();
283 Common *CommonPtr = getCommonPtr();
299 static_cast<Common *>(Ptr)->~Common();
323 Common *CommonPtr = getCommonPtr();
347 Common *CommonPtr = new (C) Common;
439 Common *CommonPtr = getCommonPtr();
900 static_cast<Common *>(Ptr)->~Common();
904 Common *CommonPtr = new (C) Common;
927 static_cast<Common *>(Ptr)->~Common();
954 // May require moving this and Common to RedeclarableTemplateDecl.
956 Common *CommonPtr = getCommonPtr();
980 Common *CommonPtr = new (C) Common;