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

/external/clang/lib/AST/
H A DDeclTemplate.cpp264 Common *CommonPtr = new (C) Common; local
265 C.AddDeallocation(DeallocateCommon, CommonPtr);
266 return CommonPtr;
274 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); local
275 if (CommonPtr->LazySpecializations) {
277 uint32_t *Specs = CommonPtr->LazySpecializations;
278 CommonPtr->LazySpecializations = nullptr;
304 Common *CommonPtr = getCommonPtr(); local
305 if (!CommonPtr->InjectedArgs) {
306 CommonPtr
348 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); local
372 Common *CommonPtr = new (C) Common; local
446 Common *CommonPtr = getCommonPtr(); local
912 Common *CommonPtr = new (C) Common; local
968 Common *CommonPtr = getMostRecentDecl()->getCommonPtr(); local
992 Common *CommonPtr = new (C) Common; local
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp854 FunctionTemplateDecl::Common *CommonPtr = CanonTemplate->getCommonPtr(); local
856 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos);
858 CommonPtr->Specializations.InsertNode(FTInfo, InsertPos);
1925 // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
1931 auto *CommonPtr = D->getCommonPtr(); local
1932 CommonPtr->LazySpecializations = newDeclIDList(
1933 Reader.getContext(), CommonPtr->LazySpecializations, SpecIDs);
1957 // This VarTemplateDecl owns a CommonPtr; read it to keep track of all of
1963 auto *CommonPtr = D->getCommonPtr(); local
1964 CommonPtr
2075 auto *CommonPtr = D->getCommonPtr(); local
[all...]

Completed in 213 milliseconds