OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getArg
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
139
StringRef
getArg
() const { return getTrailingObjects<char>(); }
TemplateBase.h
706
TemplateSpecializationType::
getArg
(unsigned Idx) const {
712
DependentTemplateSpecializationType::
getArg
(unsigned Idx) const {
717
inline const TemplateArgument &AutoType::
getArg
(unsigned Idx) const {
ExprObjC.h
1384
///
getArg
- Return the specified argument.
1385
Expr *
getArg
(unsigned Arg) {
1389
const Expr *
getArg
(unsigned Arg) const {
ExprCXX.h
701
return
getArg
(0)->getBeginLoc();
1611
Expr *
getArg
(unsigned Arg) {
1615
const Expr *
getArg
(unsigned Arg) const {
2717
TypeSourceInfo *
getArg
(unsigned I) const {
3504
Expr *
getArg
(unsigned I) {
3509
const Expr *
getArg
(unsigned I) const {
3522
return
getArg
(getNumArgs() - 1)->getEndLoc();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
468
///
getArg
- Return the specified argument.
469
ArgsUnion
getArg
(unsigned Arg) const {
475
return Arg < NumArgs &&
getArg
(Arg).is<Expr*>();
479
return
getArg
(Arg).get<Expr*>();
483
return Arg < NumArgs &&
getArg
(Arg).is<IdentifierLoc*>();
487
return
getArg
(Arg).get<IdentifierLoc*>();
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h
312
///
getArg
- Return the argument effect on the argument specified by
314
ArgEffect
getArg
(unsigned idx) const {
/src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp
61
unsigned
getArg
() const { return Arg; }
1378
OS << "ImmChecks.push_back(std::make_tuple(" << Check.
getArg
() << ", "
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
811
Argument*
getArg
(unsigned i) const {
812
assert (i < NumArgs && "
getArg
() out of range!");
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
1243
Init *
getArg
(unsigned i) const {
1348
Init *
getArg
(unsigned Num) const {
Completed in 95 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026