OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContinueParent
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
246
///
getContinueParent
- Return the closest scope that a continue statement
248
Scope *
getContinueParent
() {
252
const Scope *
getContinueParent
() const {
253
return const_cast<Scope*>(this)->
getContinueParent
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
2087
} else if (BCFinder.ContinueFound() && CurScope->
getContinueParent
()) {
3279
Scope *S = CurScope->
getContinueParent
();
SemaLookup.cpp
4796
if (S && S->
getContinueParent
())
SemaCodeComplete.cpp
2351
if (S->
getContinueParent
()) {
Completed in 39 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026