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

/external/clang/lib/AST/
H A DASTDiagnostic.cpp483 /// SetSame - Sets the same flag of the current node.
484 void SetSame(bool Same) { function in class:__anon3470::TemplateDiff::DiffTree
779 Tree.SetSame(true);
805 Tree.SetSame(IsEqualExpr(Context, FromExpr, ToExpr));
817 Tree.SetSame(FromDecl && ToDecl &&

Completed in 94 milliseconds