OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParamIndex
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
63
unsigned
ParamIndex
;
1003
unsigned
ParamIndex
) {
1009
return A->getCompletionHandlerIndex().getASTIndex() ==
ParamIndex
;
1046
unsigned
ParamIndex
= Param->getFunctionScopeIndex();
1048
return shouldBeCalledOnce(Function,
ParamIndex
);
1051
return shouldBeCalledOnce(Method,
ParamIndex
);
1056
bool shouldBeCalledOnce(const BlockDecl *Block, unsigned
ParamIndex
) const {
1057
return shouldBeCalledOnce(Block->getParamDecl(
ParamIndex
));
1061
unsigned
ParamIndex
) const {
1062
if (
ParamIndex
>= Function->getNumParams())
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
714
unsigned
ParamIndex
;
728
ParamIndex
(InvalidParamIndex) {
773
return
ParamIndex
!= InvalidParamIndex;
777
return
ParamIndex
== VarArgParamIndex;
781
ParamIndex
= VarArgParamIndex;
788
return
ParamIndex
;
792
ParamIndex
= Index;
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
4704
int
ParamIndex
= 0;
4712
hasParameter(
ParamIndex
, ParamMatcher)))),
4714
hasParameter(
ParamIndex
, ParamMatcher))))))
4720
++
ParamIndex
;
4789
int
ParamIndex
= 0;
4795
for (; ArgIndex < NumArgs; ++ArgIndex, ++
ParamIndex
) {
4804
QualType ParamType = FProto->getParamType(
ParamIndex
);
4812
hasParameter(
ParamIndex
, hasType(ParamMatcher))))),
4814
hasParameter(
ParamIndex
, hasType(ParamMatcher)))))))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
808
unsigned
ParamIndex
,
815
Attrs = Attrs.addParamAttributes(Context,
ParamIndex
, ParamAttrs);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
4497
unsigned
ParamIndex
= 0;
4499
I != E; ++I, ++
ParamIndex
) {
4506
NonNullArgs.set(
ParamIndex
);
Completed in 32 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026