Searched refs:LabelLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1209 SourceLocation LabelLoc; member in class:clang::GotoStmt
1212 : Stmt(GotoStmtClass), Label(label), GotoLoc(GL), LabelLoc(LL) {}
1222 SourceLocation getLabelLoc() const { return LabelLoc; }
1223 void setLabelLoc(SourceLocation L) { LabelLoc = L; }
1226 SourceLocation getLocEnd() const LLVM_READONLY { return LabelLoc; }
H A DExpr.h3352 SourceLocation AmpAmpLoc, LabelLoc; member in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
3359 AmpAmpLoc(AALoc), LabelLoc(LLoc), Label(L) {}
3367 SourceLocation getLabelLoc() const { return LabelLoc; }
3368 void setLabelLoc(SourceLocation L) { LabelLoc = L; }
3371 SourceLocation getLocEnd() const LLVM_READONLY { return LabelLoc; }
/external/clang/lib/Parse/
H A DParseStmt.cpp908 SourceLocation LabelLoc = ConsumeToken(); local
919 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc));
928 StmtResult R = Actions.ActOnDeclStmt(Res, LabelLoc, Tok.getLocation());
/external/clang/lib/Sema/
H A DSemaStmt.cpp2364 SourceLocation LabelLoc,
2368 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc);
2363 ActOnGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, LabelDecl *TheDecl) argument
H A DTreeTransform.h1177 StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc, argument
1179 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label);
1981 SourceLocation LabelLoc, LabelDecl *Label) {
1982 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);
1980 RebuildAddrLabelExpr(SourceLocation AmpAmpLoc, SourceLocation LabelLoc, LabelDecl *Label) argument
/external/clang/include/clang/Sema/
H A DSema.h3076 SourceLocation LabelLoc,

Completed in 138 milliseconds