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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp86 const FormatToken *LBrace = local
88 if (!LBrace || !LBrace->isOneOf(tok::l_brace, TT_ArrayInitializerLSquare) ||
89 LBrace->is(BK_Block) || LBrace->is(TT_DictLiteral) ||
90 LBrace->Next->is(TT_DesignatedInitializerPeriod))
111 while (State.NextToken != LBrace->MatchingParen) {
H A DTokenAnnotator.cpp3736 FormatToken *LBrace = Right.Next;
3737 if (LBrace && LBrace->is(tok::colon)) {
3738 LBrace = LBrace->Next;
3739 if (LBrace && LBrace->is(tok::at)) {
3740 LBrace = LBrace->Next;
3741 if (LBrace)
[all...]
H A DUnwrappedLineFormatter.cpp815 const FormatToken *LBrace = State.NextToken->getPreviousNonComment();
817 if (!LBrace || LBrace->isNot(tok::l_brace) || LBrace->isNot(BK_Block) ||
H A DContinuationIndenter.cpp82 // Traverses the stack downwards, looking for the level to which LBrace
86 auto FindParenState = [&](const FormatToken *LBrace) -> const ParenState * {
87 while (MatchingStackIndex >= 0 && Stack[MatchingStackIndex].Tok != LBrace)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1375 LBrace, enumerator in enum:clang::MMToken::TokenKind
1558 Tok.Kind = MMToken::LBrace;
1669 case MMToken::LBrace:
1939 if (!Tok.is(MMToken::LBrace)) {
2336 if (Tok.is(MMToken::LBrace)) {
2770 if (Tok.is(MMToken::LBrace)) {
2799 if (!Tok.is(MMToken::LBrace)) {
2975 case MMToken::LBrace:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp674 SourceLocation LBrace = Body->getBeginLoc(), RBrace = Body->getEndLoc();
706 S.Diag(LBrace, CD.diag_NeverFallThroughOrReturn) << 0 << FD;
708 S.Diag(LBrace, CD.diag_NeverFallThroughOrReturn) << 1 << MD;
710 S.Diag(LBrace, CD.diag_NeverFallThroughOrReturn);
H A DTreeTransform.h14578 SourceLocation LBrace; local
14583 LBrace = NameLoc.getCXXOperatorNameBeginLoc();
14586 LBrace = Callee->getBeginLoc();
14590 return SemaRef.CreateOverloadedArraySubscriptExpr(LBrace, RBrace,
H A DSemaDeclCXX.cpp10909 SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace,
10913 SourceLocation Loc = II ? IdentLoc : LBrace;
11028 /* 'using' */ LBrace,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5602 SourceLocation LBrace,

Completed in 209 milliseconds