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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp359 auto *CommonPtr = new (C) Common; local
360 C.addDestruction(CommonPtr);
361 return CommonPtr;
388 Common *CommonPtr = getCommonPtr(); local
389 if (!CommonPtr->InjectedArgs) {
393 CommonPtr->InjectedArgs =
396 CommonPtr->InjectedArgs);
399 return llvm::makeArrayRef(CommonPtr->InjectedArgs, Params->size());
475 auto *CommonPtr = new (C) Common; local
476 C.addDestruction(CommonPtr);
591 Common *CommonPtr = getCommonPtr(); local
1117 auto *CommonPtr = new (C) Common; local
1181 auto *CommonPtr = new (C) Common; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp985 FunctionTemplateDecl::Common *CommonPtr = CanonTemplate->getCommonPtr(); local
987 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos);
989 CommonPtr->Specializations.InsertNode(FTInfo, InsertPos);
2118 // This ClassTemplateDecl owns a CommonPtr; read it to keep track of all of
2145 // This VarTemplateDecl owns a CommonPtr; read it to keep track of all of
2256 // This FunctionTemplateDecl owns a CommonPtr; read it.

Completed in 264 milliseconds