Searched refs:SetSame (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp726 /// SetSame - Sets the same flag of the current node.
727 void SetSame(bool Same) { function in class:__anon230::TemplateDiff::DiffTree
1144 Tree.SetSame(!FromType.isNull() && !ToType.isNull() &&
1168 Tree.SetSame(FromDecl && ToDecl &&
1271 Tree.SetSame(false);
1280 Tree.SetSame(false);
1288 Tree.SetSame(Context.hasSameType(FromIntType, ToIntType) &&
1303 Tree.SetSame(BothNull || SameValueDecl);
1309 Tree.SetSame(IsEqualExpr(Context, FromExpr, ToExpr));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h86 void SetSame() { m_type = same; } function in class:lldb_private::UnwindPlan::Row::RegisterLocation
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp347 reg_loc.SetSame();
H A DDWARFCallFrameInfo.cpp876 reg_location.SetSame();

Completed in 79 milliseconds