/llvm-project/clang/lib/Format/ |
H A D | FormatToken.cpp | 62 const auto *LBrace = MatchingParen; in isBlockIndentedInitRBrace() local 98 const FormatToken *LBrace = in formatAfterToken() local [all...] |
H A D | TokenAnnotator.cpp | 3876 if (auto *LBrace = Tok->MatchingParen; LBrace) { calculateFormattingInformation() local 5835 const auto *LBrace = AfterRight; mustBreakBefore() local [all...] |
H A D | ContinuationIndenter.cpp | 98 auto FindParenState = [&](const FormatToken *LBrace) -> const ParenState * { in getLengthToMatchingParen() argument
|
H A D | UnwrappedLineFormatter.cpp | 1031 const FormatToken *LBrace = State.NextToken->getPreviousNonComment(); formatChildren() local
|
H A D | UnwrappedLineParser.cpp | 545 if (auto *LBrace = LBraceStack.back().Tok; LBrace->is(BK_Unknown)) { calculateBraceTypes() local
|
H A D | Format.cpp | 2294 const auto *LBrace = Prev->MatchingParen; removeSemi() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticSelection.cpp | 65 const auto *LBrace = cast_or_null<syntax::Leaf>( in extractFoldingRange() local
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | GLRTest.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ElseAfterReturnCheck.cpp | 127 SourceLocation LBrace = CS->getLBracLoc(); in removeElseAndBrackets() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 35 ActOnStartBuffer(Scope * BufferScope,bool CBuffer,SourceLocation KwLoc,IdentifierInfo * Ident,SourceLocation IdentLoc,SourceLocation LBrace) ActOnStartBuffer() argument
|
H A D | AnalysisBasedWarnings.cpp | 701 SourceLocation LBrace = Body->getBeginLoc(), RBrace = Body->getEndLoc(); CheckFallThroughForBody() local
|
H A D | SemaDeclCXX.cpp | 11469 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 D | ModuleMap.cpp | 1474 LBrace, global() enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5627 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
|