Lines Matching refs:Braces
93 // respectively), optionally enclosed in braces.
815 // Complain about missing braces.
833 SourceRange Braces) {
849 // Extra braces here are suspicious.
869 // No warning, braces are part of the syntax of the underlying construct.
884 S.Diag(Braces.getBegin(), DiagID)
885 << Braces
886 << FixItHint::CreateRemoval(Braces.getBegin())
887 << FixItHint::CreateRemoval(Braces.getEnd());
893 /// braces) can be used to initialize an object of type \p T.
5813 // This is just redundant braces around an initializer. Step over it.
6083 // (since we have to determine where braces are implicitly