Home
last modified time | relevance | path

Searched defs:LBrace (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/Format/
H A DFormatToken.cpp62 const auto *LBrace = MatchingParen; in isBlockIndentedInitRBrace() local
98 const FormatToken *LBrace = in formatAfterToken() local
[all...]
H A DTokenAnnotator.cpp3876 if (auto *LBrace = Tok->MatchingParen; LBrace) { calculateFormattingInformation() local
5835 const auto *LBrace = AfterRight; mustBreakBefore() local
[all...]
H A DContinuationIndenter.cpp98 auto FindParenState = [&](const FormatToken *LBrace) -> const ParenState * { in getLengthToMatchingParen() argument
H A DUnwrappedLineFormatter.cpp1031 const FormatToken *LBrace = State.NextToken->getPreviousNonComment(); formatChildren() local
H A DUnwrappedLineParser.cpp545 if (auto *LBrace = LBraceStack.back().Tok; LBrace->is(BK_Unknown)) { calculateBraceTypes() local
H A DFormat.cpp2294 const auto *LBrace = Prev->MatchingParen; removeSemi() local
/llvm-project/clang-tools-extra/clangd/
H A DSemanticSelection.cpp65 const auto *LBrace = cast_or_null<syntax::Leaf>( in extractFoldingRange() local
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DGLRTest.cpp
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp127 SourceLocation LBrace = CS->getLBracLoc(); in removeElseAndBrackets() local
/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp35 ActOnStartBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartBuffer() argument
H A DAnalysisBasedWarnings.cpp701 SourceLocation LBrace = Body->getBeginLoc(), RBrace = Body->getEndLoc(); CheckFallThroughForBody() local
H A DSemaDeclCXX.cpp11469 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1474 LBrace, global() enumerator
/llvm-project/clang/lib/AST/
H A DDecl.cpp5627 HLSLBufferDecl(DeclContext * DC,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * ID,SourceLocation IDLoc,SourceLocation LBrace) HLSLBufferDecl() argument
5636 Create(ASTContext & C,DeclContext * LexicalParent,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * ID,SourceLocation IDLoc,SourceLocation LBrace) Create() argument