Searched refs:LBraceLoc (Results 1 - 13 of 13) 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, MultiExprArg(), ConsumeBrace());
478 return Actions.ActOnInitList(LBraceLoc, InitExprs,
H A DParseStmt.cpp1612 SourceLocation LBraceLoc; local
1618 EndLoc = LBraceLoc = ConsumeBrace();
1686 Diag(LBraceLoc, diag::note_matching) << "{";
1710 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLoc,
1918 SourceLocation LBraceLoc = Tok.getLocation(); local
1925 PrettyDeclStackTraceEntry CrashInfo(Actions, Decl, LBraceLoc,
1936 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc,
1967 SourceLocation LBraceLoc = Tok.getLocation(); local
1973 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLo
[all...]
/external/clang/lib/Lex/
H A DModuleMap.cpp894 SourceLocation LBraceLoc = consumeToken(); local
905 Diags.Report(LBraceLoc, diag::note_mmap_lbrace_match);
977 Diags.Report(LBraceLoc, diag::note_mmap_lbrace_match);
1326 SourceLocation LBraceLoc = consumeToken(); local
1363 Diags.Report(LBraceLoc, diag::note_mmap_lbrace_match);
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp459 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, /*IsSimple*/ true, \
465 SourceLocation LBraceLoc,
680 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
464 ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, SourceLocation EndLoc) argument
H A DTreeTransform.h1002 StmtResult RebuildCompoundStmt(SourceLocation LBraceLoc, argument
1006 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,
1180 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, argument
1182 return getSema().ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, EndLoc);
1627 ExprResult RebuildInitList(SourceLocation LBraceLoc, argument
1632 = SemaRef.ActOnInitList(LBraceLoc, Inits, RBraceLoc);
H A DSemaDecl.cpp9079 SourceLocation LBraceLoc) {
10782 void Sema::ActOnEnumBody(SourceLocation EnumLoc, SourceLocation LBraceLoc, argument
9077 ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, SourceLocation FinalLoc, SourceLocation LBraceLoc) argument
H A DSemaExpr.cpp4187 Sema::ActOnInitList(SourceLocation LBraceLoc, MultiExprArg InitArgList, argument
4206 InitListExpr *E = new (Context) InitListExpr(Context, LBraceLoc, InitArgList,
H A DSemaDeclCXX.cpp9576 /// by Lang/StrSize. LBraceLoc, if valid, provides the location of
9582 SourceLocation LBraceLoc) {
9579 ActOnStartLinkageSpecification(Scope *S, SourceLocation ExternLoc, SourceLocation LangLoc, StringRef Lang, SourceLocation LBraceLoc) argument
/external/clang/include/clang/AST/
H A DStmt.h1674 SourceLocation AsmLoc, 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.h3511 SourceLocation LBraceLoc, RBraceLoc; member in class:clang::StringLiteral::OffsetOfExpr::InitListExpr
3608 return LBraceLoc.isValid() && RBraceLoc.isValid();
3615 SourceLocation getLBraceLoc() const { return LBraceLoc; }
3616 void setLBraceLoc(SourceLocation Loc) { LBraceLoc = Loc; }
/external/clang/lib/AST/
H A DStmt.cpp682 inputs.size(), clobbers.size()), LBraceLoc(lbraceloc),
H A DExpr.cpp1679 LBraceLoc(lbraceloc), RBraceLoc(rbraceloc), SyntacticForm(0)
1741 SourceLocation Beg = LBraceLoc, End = RBraceLoc;
/external/clang/include/clang/Sema/
H A DSema.h1489 SourceLocation LBraceLoc);
1522 void ActOnEnumBody(SourceLocation EnumLoc, SourceLocation LBraceLoc,
2579 StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
3052 ExprResult ActOnInitList(SourceLocation LBraceLoc,
4166 SourceLocation LBraceLoc);

Completed in 433 milliseconds