OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTrailingArgs
(Results
1 - 2
of
2
) 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
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
1070
Stmt **TrailingArgs =
getTrailingArgs
();
Completed in 44 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026