Lines Matching defs:Braced
4120 bool Braced) const {
4161 Result.AddChunk(Braced ? CodeCompletionString::CK_LeftBrace
4168 Result.AddChunk(Braced ? CodeCompletionString::CK_RightBrace
6300 bool Braced) {
6306 Braced);
6468 OpenParLoc, /*Braced=*/false);
6541 SourceLocation OpenParLoc, bool Braced) {
6559 if (Braced && !RD->isUnion() &&
6571 Braced);
6588 if (Braced && getLangOpts().CPlusPlus &&
6597 if (Braced && getLangOpts().CPlusPlus &&
6613 Braced);
6619 bool Braced) {
6632 OpenParLoc, Braced);
6687 /*Braced=*/false);