Searched defs:IsInternal (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp149 bool BreakpointLocationCollection::IsInternal() const { function in class:BreakpointLocationCollection
H A DBreakpointSite.cpp92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } function in class:BreakpointSite
H A DBreakpoint.cpp252 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } function in class:Breakpoint
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp245 bool SBBreakpoint::IsInternal() { function in class:SBBreakpoint
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1506 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, IdentifierInfo *Id, ObjCTypeParamList *typeParamList, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) argument

Completed in 152 milliseconds