OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParameterIndex
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp
77
unsigned
ParameterIndex
= Parameter->getFunctionScopeIndex();
78
if (
ParameterIndex
== AttrNonNull.size())
82
AttrNonNull.set(
ParameterIndex
);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
1435
unsigned
ParameterIndex
) const {
1438
return isLosingJoin(StateAfterJoin, JoinBlock,
ParameterIndex
,
1444
unsigned
ParameterIndex
) const {
1446
return isLosingJoin(StateAfterJoin, JoinBlock,
ParameterIndex
,
1451
unsigned
ParameterIndex
, ParameterStatus::Kind AfterJoin,
1459
StateAfterJoin.getStatusFor(
ParameterIndex
);
1462
anySuccessorHasStatus(JoinBlock,
ParameterIndex
, BeforeJoin);
1467
bool anySuccessorHasStatus(const CFGBlock *Parent, unsigned
ParameterIndex
,
1470
Parent->succs(), [this,
ParameterIndex
, ToFind](const CFGBlock *Succ) {
1471
return Succ && getState(Succ).getKindFor(
ParameterIndex
) == ToFind
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
954
unsigned
ParameterIndex
: NumParameterIndexBits;
1662
void setObjCMethodScopeInfo(unsigned
parameterIndex
) {
1664
setParameterIndex(
parameterIndex
);
1667
void setScopeInfo(unsigned scopeDepth, unsigned
parameterIndex
) {
1674
setParameterIndex(
parameterIndex
);
1790
void setParameterIndex(unsigned
parameterIndex
) {
1791
if (
parameterIndex
>= ParameterIndexSentinel) {
1792
setParameterIndexLarge(
parameterIndex
);
1796
ParmVarDeclBits.
ParameterIndex
=
parameterIndex
;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h
406
unsigned
ParameterIndex
= 0;
TokenAnnotator.cpp
897
Tok->Previous->
ParameterIndex
=
2551
Current->is(TT_SelectorName) && Current->
ParameterIndex
> 0) {
2552
if (Current->
ParameterIndex
== 1)
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
2830
void ParmVarDecl::setParameterIndexLarge(unsigned
parameterIndex
) {
2831
getASTContext().setParameterIndex(this,
parameterIndex
);
2832
ParmVarDeclBits.
ParameterIndex
= ParameterIndexSentinel;
Completed in 48 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026