OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FullExpr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
268
if (const
FullExpr
*Temps = dyn_cast<
FullExpr
>(E))
980
if (const auto *FE = dyn_cast<
FullExpr
>(E))
2162
ExprResult
FullExpr
= ActOnFinishFullExpr(E, /*DiscardedValue*/ false);
2163
if (
FullExpr
.isInvalid())
2165
return StmtResult(static_cast<Stmt*>(
FullExpr
.get()));
SemaExpr.cpp
18946
FullExprArg
FullExpr
= MakeFullExpr(Cond.get(), Loc);
18947
if (!
FullExpr
.get())
18950
return ConditionResult(*this, nullptr,
FullExpr
,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
814
/// *
FullExpr
823
/// *
FullExpr
993
///
FullExpr
- Represents a "full-expression" node.
994
class
FullExpr
: public Expr {
998
FullExpr
(StmtClass SC, Expr *subexpr)
1004
FullExpr
(StmtClass SC, EmptyShell Empty)
1023
: public
FullExpr
,
Completed in 108 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026