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 = 0;
283 Common *CommonPtr = getCommonPtr(); local
284 if (!CommonPtr->InjectedArgs) {
285 CommonPtr
322 Common *CommonPtr = getCommonPtr(); local
346 Common *CommonPtr = new (C) Common; local
442 Common *CommonPtr = getCommonPtr(); local
942 Common *CommonPtr = new (C) Common; local
989 Common *CommonPtr = getCommonPtr(); local
1013 Common *CommonPtr = new (C) Common; local
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp619 FunctionTemplateDecl::Common *CommonPtr = CanonTemplate->getCommonPtr(); local
620 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos);
622 CommonPtr->Specializations.InsertNode(FTInfo, InsertPos);
1398 // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
1415 ClassTemplateDecl::Common *CommonPtr = D->getCommonPtr(); local
1420 CommonPtr->LazySpecializations
1422 memcpy(CommonPtr->LazySpecializations, SpecIDs.data(),
1426 CommonPtr->InjectedClassNameType = Reader.readType(F, Record, Idx);
1434 // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
1451 VarTemplateDecl::Common *CommonPtr local
1564 FunctionTemplateDecl::Common *CommonPtr = D->getCommonPtr(); local
[all...]

Completed in 47 milliseconds