Searched refs:ParameterIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h258 unsigned ParameterIndex = 0; member in struct:clang::format::FormatToken
H A DTokenAnnotator.cpp812 Tok->Previous->ParameterIndex =
2357 Current->is(TT_SelectorName) && Current->ParameterIndex > 0) {
2358 if (Current->ParameterIndex == 1)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h926 unsigned ParameterIndex : NumParameterIndexBits;
1754 ParmVarDeclBits.ParameterIndex = parameterIndex;
1755 assert(ParmVarDeclBits.ParameterIndex == parameterIndex && "truncation!");
1758 unsigned d = ParmVarDeclBits.ParameterIndex;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2768 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel;

Completed in 243 milliseconds