OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:body_rbegin
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
633
for (auto I = Scope->
body_rbegin
(), E = Scope->body_rend(); I != E; ++I) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
2711
if (!C->body_empty() && !isa<ReturnStmt>(*C->
body_rbegin
())) {
2719
for (CompoundStmt::reverse_body_iterator I=C->
body_rbegin
(), E=C->body_rend();
5479
Helper.handledStmt(*SE->getSubStmt()->
body_rbegin
(),OS);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1463
reverse_body_iterator
body_rbegin
() {
function in class:clang::final
1474
const_reverse_body_iterator
body_rbegin
() const {
function in class:clang::final
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
650
auto LastStmt = CS->
body_rbegin
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
1836
dyn_cast<Expr>(*SE->getSubStmt()->
body_rbegin
())) {
Completed in 35 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026