HomeSort by: relevance | last modified time | path
    Searched refs:LabelLoc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFMasmParser.cpp 356 SMLoc LabelLoc = getTok().getLoc();
358 return Error(LabelLoc, "expected identifier for procedure end");
363 return Error(LabelLoc, "endp does not match current procedure '" +
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1059 SourceLocation LabelLoc = ConsumeToken();
1070 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
1079 StmtResult R = Actions.ActOnDeclStmt(Res, LabelLoc, Tok.getLocation());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2578 SourceLocation LabelLoc;
2582 : Stmt(GotoStmtClass), Label(label), LabelLoc(LL) {
2594 SourceLocation getLabelLoc() const { return LabelLoc; }
2595 void setLabelLoc(SourceLocation L) { LabelLoc = L; }
Expr.h 4227 SourceLocation AmpAmpLoc, LabelLoc;
4233 LabelLoc(LLoc), Label(L) {
4243 SourceLocation getLabelLoc() const { return LabelLoc; }
4244 void setLabelLoc(SourceLocation L) { LabelLoc = L; }
4247 SourceLocation getEndLoc() const LLVM_READONLY { return LabelLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 3235 SourceLocation LabelLoc,
3239 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc);
TreeTransform.h 1389 StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc,
1391 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label);
2784 SourceLocation LabelLoc, LabelDecl *Label) {
2785 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4727 SourceLocation LabelLoc,

Completed in 90 milliseconds