/external/llvm-project/llvm/lib/MC/MCParser/ |
D | COFFMasmParser.cpp | 357 SMLoc LabelLoc = getTok().getLoc(); in ParseDirectiveEndProc() local 359 return Error(LabelLoc, "expected identifier for procedure end"); in ParseDirectiveEndProc() 364 return Error(LabelLoc, "endp does not match current procedure '" + in ParseDirectiveEndProc()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1227 SourceLocation LabelLoc; variable 1230 : Stmt(GotoStmtClass), Label(label), GotoLoc(GL), LabelLoc(LL) {} in GotoStmt() 1240 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() 1241 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() 1244 SourceLocation getLocEnd() const LLVM_READONLY { return LabelLoc; } in getLocEnd()
|
D | Expr.h | 3340 SourceLocation AmpAmpLoc, LabelLoc; variable 3347 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {} in AddrLabelExpr() 3355 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() 3356 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() 3359 SourceLocation getLocEnd() const LLVM_READONLY { return LabelLoc; } in getLocEnd()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 951 SourceLocation LabelLoc = ConsumeToken(); in ParseCompoundStatementBody() local 962 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc)); in ParseCompoundStatementBody() 971 StmtResult R = Actions.ActOnDeclStmt(Res, LabelLoc, Tok.getLocation()); in ParseCompoundStatementBody()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2574 SourceLocation LabelLoc; variable 2578 : Stmt(GotoStmtClass), Label(label), LabelLoc(LL) { in GotoStmt() 2590 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() 2591 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc()
|
D | Expr.h | 4225 SourceLocation AmpAmpLoc, LabelLoc; variable 4231 LabelLoc(LLoc), Label(L) { in AddrLabelExpr() 4241 SourceLocation getLabelLoc() const { return LabelLoc; } in getLabelLoc() 4242 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc() 4245 SourceLocation getEndLoc() const LLVM_READONLY { return LabelLoc; } in getEndLoc()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 1056 SourceLocation LabelLoc = ConsumeToken(); in ParseCompoundStatementBody() local 1067 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc)); in ParseCompoundStatementBody() 1076 StmtResult R = Actions.ActOnDeclStmt(Res, LabelLoc, Tok.getLocation()); in ParseCompoundStatementBody()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2617 SourceLocation LabelLoc, in ActOnGotoStmt() argument 2621 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
|
D | TreeTransform.h | 1237 StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, in RebuildGotoStmt() argument 1239 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label); in RebuildGotoStmt() 2302 SourceLocation LabelLoc, LabelDecl *Label) { in RebuildAddrLabelExpr() argument 2303 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 2943 SourceLocation LabelLoc, in ActOnGotoStmt() argument 2947 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
|
D | TreeTransform.h | 1388 StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, in RebuildGotoStmt() argument 1390 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label); in RebuildGotoStmt() 2696 SourceLocation LabelLoc, LabelDecl *Label) { in RebuildAddrLabelExpr() argument 2697 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label); in RebuildAddrLabelExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3460 SourceLocation LabelLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4586 SourceLocation LabelLoc,
|