Searched refs:ParameterIndex (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 1436 unsigned ParameterIndex) const { in isLosingCall() 1439 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingCall() 1445 unsigned ParameterIndex) const { in isLosingEscape() 1447 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingEscape() 1452 unsigned ParameterIndex, ParameterStatus::Kind AfterJoin, in isLosingJoin() argument 1460 StateAfterJoin.getStatusFor(ParameterIndex); in isLosingJoin() 1463 anySuccessorHasStatus(JoinBlock, ParameterIndex, BeforeJoin); in isLosingJoin() 1468 bool anySuccessorHasStatus(const CFGBlock *Parent, unsigned ParameterIndex, in anySuccessorHasStatus() argument 1471 Parent->succs(), [this, ParameterIndex, ToFind](const CFGBlock *Succ) { in anySuccessorHasStatus() 1472 return Succ && getState(Succ).getKindFor(ParameterIndex) == ToFind; in anySuccessorHasStatus()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 997 unsigned ParameterIndex : NumParameterIndexBits; variable 1899 ParmVarDeclBits.ParameterIndex = parameterIndex; in setParameterIndex() 1900 assert(ParmVarDeclBits.ParameterIndex == parameterIndex && "truncation!"); in setParameterIndex() 1903 unsigned d = ParmVarDeclBits.ParameterIndex; in getParameterIndex()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 544 unsigned ParameterIndex = 0; member
|
H A D | TokenAnnotator.cpp | 1407 Tok->Previous->ParameterIndex = in consumeToken() 4057 Current->is(TT_SelectorName) && Current->ParameterIndex > 0) { in calculateFormattingInformation() 4058 if (Current->ParameterIndex == 1) in calculateFormattingInformation()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 3014 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()
|