Home
last modified time | relevance | path

Searched refs:LabelLoc (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp357 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/
DStmt.h1227 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()
DExpr.h3340 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/
DParseStmt.cpp951 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/
DStmt.h2574 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()
DExpr.h4225 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/
DParseStmt.cpp1056 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/
DSemaStmt.cpp2617 SourceLocation LabelLoc, in ActOnGotoStmt() argument
2621 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
DTreeTransform.h1237 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/
DSemaStmt.cpp2943 SourceLocation LabelLoc, in ActOnGotoStmt() argument
2947 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
DTreeTransform.h1388 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/
DSema.h3460 SourceLocation LabelLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h4586 SourceLocation LabelLoc,