/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | NamespaceCommentCheck.cpp | 105 SourceLocation LBraceLoc = ND->getBeginLoc(); in check() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 476 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer() local
|
H A D | ParseStmt.cpp | 2509 SourceLocation LBraceLoc = Tok.getLocation(); ParseFunctionStatementBody() local 2560 SourceLocation LBraceLoc = Tok.getLocation(); ParseFunctionTryBlock() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 845 ActOnStartExportDecl(Scope * S,SourceLocation ExportLoc,SourceLocation LBraceLoc) ActOnStartExportDecl() argument
|
H A D | SemaStmtAsm.cpp | 932 ActOnMSAsmStmt(SourceLocation AsmLoc,SourceLocation LBraceLoc,ArrayRef<Token> AsmToks,StringRef AsmString,unsigned NumOutputs,unsigned NumInputs,ArrayRef<StringRef> Constraints,ArrayRef<StringRef> Clobbers,ArrayRef<Expr * > Exprs,SourceLocation EndLoc) ActOnMSAsmStmt() argument
|
H A D | TreeTransform.h | 1349 RebuildCompoundStmt(SourceLocation LBraceLoc,MultiStmtArg Statements,SourceLocation RBraceLoc,bool IsStmtExpr) RebuildCompoundStmt() argument 1534 RebuildMSAsmStmt(SourceLocation AsmLoc,SourceLocation LBraceLoc,ArrayRef<Token> AsmToks,StringRef AsmString,unsigned NumOutputs,unsigned NumInputs,ArrayRef<StringRef> Constraints,ArrayRef<StringRef> Clobbers,ArrayRef<Expr * > Exprs,SourceLocation EndLoc) RebuildMSAsmStmt() argument 3012 RebuildInitList(SourceLocation LBraceLoc,MultiExprArg Inits,SourceLocation RBraceLoc) RebuildInitList() argument
|
H A D | SemaInit.cpp | 7145 PerformConstructorInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Args,const InitializationSequence::Step & Step,bool & ConstructorInitRequiresZeroInit,bool IsListInitialization,bool IsStdInitListInitialization,SourceLocation LBraceLoc,SourceLocation RBraceLoc) PerformConstructorInitialization() argument
|
H A D | SemaExpr.cpp | 7077 ActOnInitList(SourceLocation LBraceLoc,MultiExprArg InitArgList,SourceLocation RBraceLoc) ActOnInitList() argument 7145 BuildInitList(SourceLocation LBraceLoc,MultiExprArg InitArgList,SourceLocation RBraceLoc) BuildInitList() argument
|
H A D | SemaDecl.cpp | 17965 ActOnStartCXXMemberDeclarations(Scope * S,Decl * TagD,SourceLocation FinalLoc,bool IsFinalSpelledSealed,bool IsAbstract,SourceLocation LBraceLoc) ActOnStartCXXMemberDeclarations() argument
|
H A D | SemaDeclCXX.cpp | 16613 ActOnStartLinkageSpecification(Scope * S,SourceLocation ExternLoc,Expr * LangStr,SourceLocation LBraceLoc) ActOnStartLinkageSpecification() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 2043 SourceLocation LBraceLoc = consumeToken(); parseModuleDecl() local 2455 SourceLocation LBraceLoc = consumeToken(); parseHeaderDecl() local 2926 SourceLocation LBraceLoc = consumeToken(); parseInferredModuleDecl() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 654 SourceLocation LBraceLoc, in CreateDirectList() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 4961 SourceLocation LBraceLoc; global() variable
|
H A D | Expr.h | 5014 SourceLocation LBraceLoc, RBraceLoc; global() variable
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 6289 SMLoc LBraceLoc = getLoc(); parseOperand() local
|