Home
last modified time | relevance | path

Searched refs:SetSame (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp789 void SetSame(bool Same) { in SetSame() function in __anon44eed8fe0111::TemplateDiff::DiffTree
1209 Tree.SetSame(!FromType.isNull() && !ToType.isNull() && in DiffTypes()
1233 Tree.SetSame(FromDecl && ToDecl && in DiffTemplateTemplates()
1358 Tree.SetSame(false); in DiffNonTypes()
1367 Tree.SetSame(false); in DiffNonTypes()
1375 Tree.SetSame(Context.hasSameType(FromIntType, ToIntType) && in DiffNonTypes()
1390 Tree.SetSame(BothNull || SameValueDecl); in DiffNonTypes()
1396 Tree.SetSame(IsEqualExpr(Context, FromExpr, ToExpr)); in DiffNonTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h87 void SetSame() { m_type = same; } in SetSame() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp359 reg_loc.SetSame(); in SetRegisterLocationToSame()
H A DDWARFCallFrameInfo.cpp841 reg_location.SetSame(); in HandleCommonDwarfOpcode()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1475 unwindplan_regloc.SetSame(); in GetAbstractRegisterLocation()