OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInit
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h
152
Stmt *
getInit
() { return SubExprs[INIT]; }
156
const Stmt *
getInit
() const { return SubExprs[INIT]; }
StmtOpenMP.h
1247
Expr *
getInit
() const { return cast<Expr>(Data->getChildren()[InitOffset]); }
DeclCXX.h
2370
Expr *
getInit
() const { return static_cast<Expr *>(Init); }
ExprCXX.h
4625
Expr *
getInit
() const { return isLeftFold() ? getLHS() : getRHS(); }
Expr.h
4760
const Expr *
getInit
(unsigned Init) const {
4765
Expr *
getInit
(unsigned Init) {
5191
Expr *
getInit
() const {
Stmt.h
2050
Stmt *
getInit
() {
2055
const Stmt *
getInit
() const {
2206
Stmt *
getInit
() {
2211
const Stmt *
getInit
() const {
2518
Stmt *
getInit
() { return SubExprs[INIT]; }
2541
const Stmt *
getInit
() const { return SubExprs[INIT]; }
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
2058
if (const Expr *Init =
getInit
()) {
2254
if (auto Expr = I->
getInit
()) {
2270
Expr *VarDecl::
getInit
() {
2469
const Expr *Init =
getInit
();
2779
Expr *Arg =
getInit
();
2802
if (const Expr *E =
getInit
())
Completed in 36 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026