OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTrailingArgs
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
1496
inline Stmt **
getTrailingArgs
();
1497
const Stmt *const *
getTrailingArgs
() const {
1498
return const_cast<CXXConstructExpr *>(this)->
getTrailingArgs
();
1597
arg_iterator arg_begin() { return
getTrailingArgs
(); }
1599
const_arg_iterator arg_begin() const { return
getTrailingArgs
(); }
1602
Expr **getArgs() { return reinterpret_cast<Expr **>(
getTrailingArgs
()); }
1604
return reinterpret_cast<const Expr *const *>(
getTrailingArgs
());
1638
return child_range(
getTrailingArgs
(),
getTrailingArgs
() + getNumArgs());
1836
Stmt **CXXConstructExpr::
getTrailingArgs
() {
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026