Searched refs:LBraceLoc (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Parse/
H A DParseInit.cpp404 SourceLocation LBraceLoc = T.getOpenLocation(); local
413 Diag(LBraceLoc, diag::ext_gnu_empty_initializer);
415 return Actions.ActOnInitList(LBraceLoc, None, ConsumeBrace());
478 return Actions.ActOnInitList(LBraceLoc, InitExprs,
H A DParseStmt.cpp1979 SourceLocation LBraceLoc;
1985 EndLoc = LBraceLoc = ConsumeBrace();
2053 Diag(LBraceLoc, diag::note_matching) << "{";
2077 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, StringRef(),
2166 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, AsmStringIR,
2378 SourceLocation LBraceLoc = Tok.getLocation(); local
2386 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, LBraceLoc,
2397 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc,
2429 SourceLocation LBraceLoc local
[all...]
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp472 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, argument
482 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
H A DTreeTransform.h1029 StmtResult RebuildCompoundStmt(SourceLocation LBraceLoc, argument
1033 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,
1206 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, argument
1214 return getSema().ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, AsmString,
1716 ExprResult RebuildInitList(SourceLocation LBraceLoc, argument
1721 = SemaRef.ActOnInitList(LBraceLoc, Inits, RBraceLoc);
H A DSemaDeclCXX.cpp10662 /// by Lang/StrSize. LBraceLoc, if valid, provides the location of
10668 SourceLocation LBraceLoc) {
10683 LBraceLoc.isValid());
10665 ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, SourceLocation LangLoc, StringRef Lang, SourceLocation LBraceLoc) argument
H A DSemaDecl.cpp10813 SourceLocation LBraceLoc) {
12345 void Sema::ActOnEnumBody(SourceLocation EnumLoc, SourceLocation LBraceLoc, argument
10811 ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, SourceLocation FinalLoc, SourceLocation LBraceLoc) argument
H A DSemaExpr.cpp4717 Sema::ActOnInitList(SourceLocation LBraceLoc, MultiExprArg InitArgList, argument
4736 InitListExpr *E = new (Context) InitListExpr(Context, LBraceLoc, InitArgList,
/external/clang/lib/Lex/
H A DModuleMap.cpp1142 SourceLocation LBraceLoc = consumeToken(); local
1153 Diags.Report(LBraceLoc, diag::note_mmap_lbrace_match);
1259 Diags.Report(LBraceLoc, diag::note_mmap_lbrace_match);
1766 SourceLocation LBraceLoc = consumeToken(); local
1831 Diags.Report(LBraceLoc, diag::note_mmap_lbrace_match);
/external/clang/include/clang/AST/
H A DStmt.h1672 SourceLocation LBraceLoc, EndLoc; member in class:clang::MSAsmStmt
1695 SourceLocation getLBraceLoc() const { return LBraceLoc; }
1696 void setLBraceLoc(SourceLocation L) { LBraceLoc = L; }
1700 bool hasBraces() const { return LBraceLoc.isValid(); }
H A DExpr.h3673 SourceLocation LBraceLoc, RBraceLoc; member in class:clang::StringLiteral::OffsetOfExpr::InitListExpr
3773 return LBraceLoc.isValid() && RBraceLoc.isValid();
3780 SourceLocation getLBraceLoc() const { return LBraceLoc; }
3781 void setLBraceLoc(SourceLocation Loc) { LBraceLoc = Loc; }
/external/clang/lib/AST/
H A DStmt.cpp660 numinputs, clobbers.size()), LBraceLoc(lbraceloc),
H A DExpr.cpp1789 LBraceLoc(lbraceloc), RBraceLoc(rbraceloc), AltForm(0, true)
1850 SourceLocation Beg = LBraceLoc;
/external/clang/include/clang/Sema/
H A DSema.h1719 SourceLocation LBraceLoc);
1752 void ActOnEnumBody(SourceLocation EnumLoc, SourceLocation LBraceLoc,
2913 StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
3402 ExprResult ActOnInitList(SourceLocation LBraceLoc,
4534 SourceLocation LBraceLoc);
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp341 S->LBraceLoc = ReadSourceLocation(Record, Idx);

Completed in 347 milliseconds