OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNested
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Sema/
ScopeInfo.h
397
Capture(VarDecl *Var, bool Block, bool ByRef, bool
IsNested
,
400
: VarAndNested(Var,
IsNested
),
406
Capture(IsThisCapture, bool
IsNested
, SourceLocation Loc,
408
: VarAndNested(nullptr,
IsNested
),
427
bool
isNested
() { return VarAndNested.getInt(); }
473
void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool
isNested
,
476
Captures.push_back(Capture(Var, isBlock, isByref,
isNested
, Loc,
481
void addThisCapture(bool
isNested
, SourceLocation Loc, QualType CaptureType,
807
CapturingScopeInfo::addThisCapture(bool
isNested
, SourceLocation Loc,
809
Captures.push_back(Capture(Capture::ThisCapture,
isNested
, Loc, CaptureType
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc
37
bool was_nested = base::MessageLoop::current()->
IsNested
();
/external/llvm/lib/Target/X86/
X86FrameLowering.cpp
[
all
...]
/external/chromium_org/base/message_loop/
message_loop.h
342
bool
IsNested
();
message_loop.cc
345
bool MessageLoop::
IsNested
() {
/external/chromium_org/ui/aura/
remote_window_tree_host_win.cc
496
if (base::MessageLoop::current()->
IsNested
()) {
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc
79
if (message_loop && message_loop->is_running() && message_loop->
IsNested
())
Completed in 466 milliseconds