OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContinueParent
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
27
ContinueParent
= parent->
ContinueParent
;
31
BreakParent =
ContinueParent
= nullptr;
67
if (flags & ContinueScope)
ContinueParent
= this;
113
ContinueParent
= this;
/external/clang/include/clang/Sema/
Scope.h
159
/// BreakParent/
ContinueParent
- This is a direct link to the innermost
163
Scope *BreakParent, *
ContinueParent
;
231
return
ContinueParent
;
Completed in 77 milliseconds