Home
last modified time | relevance | path

Searched refs:ParameterCount (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h157 FunctionOptions Options, uint16_t ParameterCount, in ProcedureRecord() argument
160 CallConv(CallConv), Options(Options), ParameterCount(ParameterCount), in ProcedureRecord()
166 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
172 uint16_t ParameterCount; variable
184 FunctionOptions Options, uint16_t ParameterCount, in MemberFunctionRecord() argument
188 Options(Options), ParameterCount(ParameterCount), in MemberFunctionRecord()
197 uint16_t getParameterCount() const { return ParameterCount; } in getParameterCount()
206 uint16_t ParameterCount; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp152 error(IO.mapInteger(Record.ParameterCount)); in visitKnownRecord()
165 error(IO.mapInteger(Record.ParameterCount)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp399 Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList); in visitKnownRecord()
409 MF.ReturnType, MF.ParameterCount, MF.ArgumentList); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp404 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
414 IO.mapRequired("ParameterCount", Record.ParameterCount); in map()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h192 unsigned ParameterCount = 0; member
H A DTokenAnnotator.cpp532 Left->ParameterCount = in parseSquare()
636 ++Left->ParameterCount; in updateParameterCount()
640 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) { in updateParameterCount()
641 Left->ParameterCount = 1; in updateParameterCount()
2354 return Left.ParameterCount > 1 ? Style.PenaltyBreakBeforeFirstCallParameter in splitPenalty()
3038 if (Left.ParameterCount == 0) in mustBreakBefore()
H A DContinuationIndenter.cpp362 Previous.ParameterCount > 1) || in mustBreak()
1151 (Previous->isNot(tok::l_paren) || Previous->ParameterCount > 1); in moveStateToNextToken()
1306 if (Current.ParameterCount > 1) in moveStatePastScopeOpener()