Searched defs:ParameterCount (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h171 uint16_t ParameterCount = 0; member in class:llvm::codeview::ProcedureRecord
205 uint16_t ParameterCount member in class:llvm::codeview::MemberFunctionRecord
155 ProcedureRecord(TypeIndex ReturnType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList) argument
181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, TypeIndex ThisType, CallingConvention CallConv, FunctionOptions Options, uint16_t ParameterCount, TypeIndex ArgumentList, int32_t ThisPointerAdjustment) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h199 unsigned ParameterCount = 0; member in struct:clang::format::FormatToken

Completed in 101 milliseconds