Searched refs:PCC (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp751 ParamCommandComment *PCC = dyn_cast<ParamCommandComment>(*I); local
752 if (!PCC || !PCC->hasParamName())
754 StringRef ParamName = PCC->getParamNameAsWritten();
760 PCC->setIsVarArgParam();
764 UnresolvedParamCommands.push_back(PCC);
767 PCC->setParamIndex(ResolvedParamIndex);
769 SourceRange ArgRange = PCC->getParamNameRange();
776 ParamVarDocs[ResolvedParamIndex] = PCC;
790 const ParamCommandComment *PCC local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp144 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child); local
145 if (!PCC->hasParamName())
148 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph())
151 Params.push_back(PCC);
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h902 /// PCC BusType definitions.
913 PCI, PCC; member in union:pxe_device
1215 /// For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1220 /// This identifies the PCC network device that this UNDI interface
1228 /// This is a copy of the PCC configuration space for this
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp530 static unsigned getBranchHint(unsigned PCC, argument
5184 unsigned PCC = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
5186 PCC |= getBranchHint(PCC, *FuncInfo, N->getOperand(3));
5188 SDValue Pred = getI32Imm(PCC, dl);
5196 unsigned PCC = local
5202 switch (PCC) {
5230 PCC |= getBranchHint(PCC, *FuncInfo, N->getOperand(4));
5233 SDValue Ops[] = { getI32Imm(PCC, d
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3944 mapCodeCompletionContext(Sema &S, Sema::ParserCompletionContext PCC) { argument
3945 switch (PCC) {
4400 auto PCC = local
4406 else if (WantTypesInContext(PCC, getLangOpts()))
4424 AddOrdinaryNameResults(PCC, S, *this, Results);

Completed in 417 milliseconds