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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp77 unsigned ParameterIndex = Parameter->getFunctionScopeIndex(); local
78 if (ParameterIndex == AttrNonNull.size())
82 AttrNonNull.set(ParameterIndex);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h272 unsigned ParameterIndex = 0; member in struct:clang::format::FormatToken
H A DTokenAnnotator.cpp874 Tok->Previous->ParameterIndex =
2507 Current->is(TT_SelectorName) && Current->ParameterIndex > 0) {
2508 if (Current->ParameterIndex == 1)
/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2755 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel;

Completed in 126 milliseconds