OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionArgs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp
243
// Build
FunctionArgs
.
255
FunctionArgList
FunctionArgs
;
258
CGM.getCXXABI().buildThisParam(*this,
FunctionArgs
);
262
FunctionArgs
.append(MD->param_begin(), MD->param_end());
266
FunctionArgs
);
271
StartFunction(GlobalDecl(), ResultType, Fn, FnInfo,
FunctionArgs
,
MicrosoftCXXABI.cpp
2071
// Build
FunctionArgs
, but only include the implicit 'this' parameter
2073
FunctionArgList
FunctionArgs
;
2074
buildThisParam(CGF,
FunctionArgs
);
2078
FunctionArgs
, MD->getLocation(), SourceLocation());
3991
// Build
FunctionArgs
.
3992
FunctionArgList
FunctionArgs
;
3995
buildThisParam(CGF,
FunctionArgs
);
4006
FunctionArgs
.push_back(&SrcParam);
4017
FunctionArgs
.push_back(&IsMostDerived);
4022
FunctionArgs
, CD->getLocation(), SourceLocation())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
6753
ArrayRef<Expr *>
FunctionArgs
= Args;
6773
FunctionArgs
= Args.slice(1);
6780
FunctionArgs
, CandidateSet, SuppressUserConversions,
6785
ObjectClassification,
FunctionArgs
, CandidateSet,
6797
FunctionArgs
= Args.slice(1);
6801
ExplicitTemplateArgs,
FunctionArgs
,
6805
AddOverloadCandidate(FD, F.getPair(),
FunctionArgs
, CandidateSet,
7626
ArrayRef<Expr *>
FunctionArgs
= Args;
7641
FunctionArgs
, CandidateSet);
7645
{
FunctionArgs
[1], FunctionArgs[0]}, CandidateSet, false, false
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026