OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:body_back
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/AST/
Stmt.h
568
Stmt *
body_back
() { return !body_empty() ? Body[size()-1] : 0; }
function in class:clang::CompoundStmt
578
const Stmt *
body_back
() const { return !body_empty() ? Body[size()-1] : 0; }
function in class:clang::CompoundStmt
[
all
...]
/external/clang/lib/AST/
ExprClassification.cpp
370
if (const Expr *LastExpr = dyn_cast_or_null<Expr>(S->
body_back
()))
Expr.cpp
[
all
...]
/external/clang/lib/Sema/
SemaLambda.cpp
264
if (Expr *last = dyn_cast_or_null<Expr>(SE->getSubStmt()->
body_back
()))
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaStmt.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGStmt.cpp
223
const Stmt *LastStmt = S.
body_back
();
[
all
...]
Completed in 382 milliseconds