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;
249 Common *CommonPtr = getCommonPtr(); local
250 if (CommonPtr->LazySpecializations) {
252 uint32_t *Specs = CommonPtr->LazySpecializations;
253 CommonPtr->LazySpecializations = nullptr;
283 Common *CommonPtr = getCommonPtr(); local
284 if (!CommonPtr->InjectedArgs) {
285 CommonPtr
323 Common *CommonPtr = getCommonPtr(); local
347 Common *CommonPtr = new (C) Common; local
439 Common *CommonPtr = getCommonPtr(); local
904 Common *CommonPtr = new (C) Common; local
956 Common *CommonPtr = getCommonPtr(); local
980 Common *CommonPtr = new (C) Common; local
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp669 FunctionTemplateDecl::Common *CommonPtr = CanonTemplate->getCommonPtr(); local
670 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos);
672 CommonPtr->Specializations.InsertNode(FTInfo, InsertPos);
1624 // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
1641 ClassTemplateDecl::Common *CommonPtr = D->getCommonPtr(); local
1646 CommonPtr->LazySpecializations
1648 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1669 // This VarTemplateDecl owns a CommonPtr; read it to keep track of all of
1686 VarTemplateDecl::Common *CommonPtr = D->getCommonPtr(); local
1691 CommonPtr
1811 FunctionTemplateDecl::Common *CommonPtr = D->getCommonPtr(); local
[all...]

Completed in 391 milliseconds