Lines Matching defs:Braced
3993 bool Braced) const {
4034 Result.AddChunk(Braced ? CodeCompletionString::CK_LeftBrace
4041 Result.AddChunk(Braced ? CodeCompletionString::CK_RightBrace
6160 bool Braced) {
6166 Braced);
6328 OpenParLoc, /*Braced=*/false);
6401 SourceLocation OpenParLoc, bool Braced) {
6419 if (Braced && !RD->isUnion() &&
6431 Braced);
6448 if (Braced && getLangOpts().CPlusPlus &&
6457 if (Braced && getLangOpts().CPlusPlus &&
6473 Braced);
6479 bool Braced) {
6492 OpenParLoc, Braced);
6547 /*Braced=*/false);