Searched refs:CommonPtr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp243 Common *CommonPtr = new (C) Common; local
244 C.AddDeallocation(DeallocateCommon, CommonPtr);
245 return CommonPtr;
267 Common *CommonPtr = getCommonPtr(); local
268 if (!CommonPtr->InjectedArgs) {
269 CommonPtr->InjectedArgs
272 CommonPtr->InjectedArgs);
275 return std::make_pair(CommonPtr->InjectedArgs, Params->size());
306 Common *CommonPtr = getCommonPtr(); local
307 if (CommonPtr
330 Common *CommonPtr = new (C) Common; local
426 Common *CommonPtr = getCommonPtr(); local
926 Common *CommonPtr = new (C) Common; local
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1334 // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
1351 ClassTemplateDecl::Common *CommonPtr = D->getCommonPtr(); local
1356 CommonPtr->LazySpecializations
1358 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1362 CommonPtr->InjectedClassNameType = Reader.readType(F, Record, Idx);
1456 // This FunctionTemplateDecl owns a CommonPtr; read it.

Completed in 71 milliseconds