Searched refs:IsInternal (Results 1 - 21 of 21) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h181 bool IsInternal() const;
H A DBreakpointSite.h244 IsInternal () const;
H A DBreakpoint.h174 IsInternal () const;
/external/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp82 if (bp_loc_sp && !m_breakpoint->IsInternal())
H A DBreakpointLocationCollection.cpp166 BreakpointLocationCollection::IsInternal () const function in class:BreakpointLocationCollection
176 if (!(*pos)->GetBreakpoint().IsInternal ())
H A DBreakpointSite.cpp102 BreakpointSite::IsInternal() const function in class:BreakpointSite
104 return m_owners.IsInternal();
H A DBreakpointResolverFileRegex.cpp86 if (log && bp_loc_sp && !m_breakpoint->IsInternal())
H A DBreakpoint.cpp67 Breakpoint::IsInternal () const function in class:Breakpoint
413 if (!IsInternal())
441 if (!IsInternal())
670 && !IsInternal()
687 && !IsInternal()
H A DBreakpointResolverFileLine.cpp199 if (log && bp_loc_sp && !m_breakpoint->IsInternal())
H A DBreakpointResolverName.cpp306 if (bp_loc_sp && new_location && !m_breakpoint->IsInternal())
H A DBreakpointLocation.cpp668 && !m_owner.IsInternal()
/external/lldb/include/lldb/API/
H A DSBBreakpoint.h77 IsInternal ();
/external/lldb/scripts/Python/interface/
H A DSBBreakpoint.i129 IsInternal ();
/external/lldb/source/Target/
H A DStopInfo.cpp216 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal())
242 if (bp_site_sp->IsInternal())
268 if (break_sp->IsInternal())
383 if (bp_loc_sp->GetBreakpoint().IsInternal())
H A DThreadPlanStepRange.cpp418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal())
H A DThreadPlanCallFunction.cpp413 if (!bp.IsInternal())
H A DStackFrameList.cpp177 if (!bp_ref.IsInternal())
/external/lldb/source/API/
H A DSBBreakpoint.cpp273 SBBreakpoint::IsInternal () function in class:SBBreakpoint
278 return m_opaque_sp->IsInternal();
/external/clang/lib/AST/
H A DDeclObjC.cpp1172 bool IsInternal)
1181 setImplicit(IsInternal);
1168 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, IdentifierInfo *Id, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) argument
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp828 if (!bp_ref.IsInternal())
/external/clang/include/clang/AST/
H A DDeclObjC.h740 ObjCInterfaceDecl *PrevDecl, bool IsInternal);

Completed in 252 milliseconds