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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp334 auto *CommonPtr = new (C) Common; local
335 C.addDestruction(CommonPtr);
336 return CommonPtr;
363 Common *CommonPtr = getCommonPtr(); local
364 if (!CommonPtr->InjectedArgs) {
368 CommonPtr->InjectedArgs =
371 CommonPtr->InjectedArgs);
374 return llvm::makeArrayRef(CommonPtr->InjectedArgs, Params->size());
450 auto *CommonPtr = new (C) Common; local
451 C.addDestruction(CommonPtr);
566 Common *CommonPtr = getCommonPtr(); local
1088 auto *CommonPtr = new (C) Common; local
1152 auto *CommonPtr = new (C) Common; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp975 FunctionTemplateDecl::Common *CommonPtr = CanonTemplate->getCommonPtr(); local
977 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos);
979 CommonPtr->Specializations.InsertNode(FTInfo, InsertPos);
2074 // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
2101 // This VarTemplateDecl owns a CommonPtr; read it to keep track of all of
2212 // This FunctionTemplateDecl owns a CommonPtr; read it.

Completed in 122 milliseconds