Searched refs:LParenLoc (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/include/clang/Sema/
H A DMultiInitializer.h34 SourceLocation LParenLoc; member in class:clang::MultiInitializer
45 MultiInitializer(SourceLocation LParenLoc, Expr **Exprs, unsigned NumInits, argument
48 LParenLoc(LParenLoc), RParenLoc(RParenLoc)
H A DInitialization.h368 SourceLocation LParenLoc,
370 return InitializationKind(SIK_Direct, InitLoc, LParenLoc, RParenLoc);
409 SourceLocation LParenLoc,
413 InitLoc, LParenLoc, RParenLoc);
367 CreateDirect(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
408 CreateValue(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool isImplicit = false) argument
H A DSema.h1580 SourceLocation LParenLoc,
1601 SourceLocation LParenLoc, Expr **Args,
1604 BuildCallToObjectOfClassType(Scope *S, Expr *Object, SourceLocation LParenLoc,
2119 SourceLocation LParenLoc,
2128 SourceLocation LParenLoc,
2132 SourceLocation LParenLoc, Stmt *LoopVar,
2485 ExprResult ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc,
2489 SourceLocation LParenLoc,
2499 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
2502 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,
[all...]
/external/clang/lib/Sema/
H A DMultiInitializer.cpp28 return isInitializerList() ? getInitList()->getLBraceLoc() : LParenLoc;
71 return new (Ctx) ParenListExpr(Ctx, LParenLoc, getExpressions(),
H A DSemaExprObjC.cpp158 SourceLocation LParenLoc,
166 PP.getLocForEndOfToken(LParenLoc));
174 SourceLocation LParenLoc,
177 SourceRange(LParenLoc, RParenLoc), false, false);
180 SourceRange(LParenLoc, RParenLoc));
202 Sel << SourceRange(LParenLoc, RParenLoc);
224 SourceLocation LParenLoc,
2101 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, argument
2186 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
2193 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kin
156 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
171 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
221 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
2206 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
H A DTreeTransform.h1058 SourceLocation WhileLoc, SourceLocation LParenLoc,
1060 return getSema().ActOnDoStmt(DoLoc, Body, WhileLoc, LParenLoc,
1068 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1072 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond,
1232 SourceLocation LParenLoc,
1237 return getSema().ActOnObjCForCollectionStmt(ForLoc, LParenLoc,
1438 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, argument
1442 return getSema().ActOnCallExpr(/*Scope=*/0, Callee, LParenLoc,
1529 ExprResult RebuildCStyleCastExpr(SourceLocation LParenLoc, argument
1533 return getSema().BuildCStyleCastExpr(LParenLoc, TInf
1057 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument
1231 RebuildObjCForCollectionStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument
1541 RebuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) argument
1631 RebuildParenListExpr(SourceLocation LParenLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) argument
1652 RebuildStmtExpr(SourceLocation LParenLoc, Stmt *SubStmt, SourceLocation RParenLoc) argument
1706 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1747 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1764 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1781 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1798 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1815 RebuildCXXFunctionalCastExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc) argument
1910 RebuildCXXScalarValueInitExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
2064 RebuildCXXTemporaryObjectExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument
2078 RebuildCXXUnresolvedConstructExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument
[all...]
H A DSemaExpr.cpp3578 Sema::ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc, argument
3631 return Owned(BuildCallToObjectOfClassType(S, Fn, LParenLoc, Args, NumArgs,
3641 return BuildCallToMemberFunction(S, Fn, LParenLoc, Args, NumArgs,
3655 return BuildOverloadedCallExpr(S, Fn, ULE, LParenLoc, Args, NumArgs,
3658 return BuildCallToMemberFunction(S, Fn, LParenLoc, Args, NumArgs,
3678 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, Args, NumArgs, RParenLoc,
3727 SourceLocation LParenLoc,
3770 return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
3785 return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
3793 return ExprError(Diag(LParenLoc,dia
3726 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *Config, bool IsExecConfig) argument
3904 ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, SourceLocation RParenLoc, Expr *InitExpr) argument
3919 BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *LiteralExpr) argument
4237 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument
4295 BuildVectorLiteral(SourceLocation LParenLoc, SourceLocation RParenLoc, Expr *E, TypeSourceInfo *TInfo) argument
[all...]
H A DSemaAttr.cpp193 SourceLocation LParenLoc, SourceLocation RParenLoc) {
191 ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, Expr *alignment, SourceLocation PragmaLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
H A DSemaTemplateInstantiateDecl.cpp250 SourceLocation &LParenLoc,
254 LParenLoc = SourceLocation();
270 LParenLoc = ParenList->getLParenLoc();
283 LParenLoc = PP.getLocForEndOfToken(Init->getLocStart());
284 RParenLoc = LParenLoc;
382 SourceLocation LParenLoc, RParenLoc; local
384 if (!SemaRef.InstantiateInitializer(D->getInit(), TemplateArgs, LParenLoc,
393 LParenLoc,
2739 SourceLocation LParenLoc, RParenLoc; local
2770 LParenLoc, NewArg
248 InstantiateInitializer(Expr *Init, const MultiLevelTemplateArgumentList &TemplateArgs, SourceLocation &LParenLoc, ASTOwningVector<Expr*> &NewArgs, SourceLocation &RParenLoc) argument
[all...]
H A DSemaExprCXX.cpp351 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, argument
440 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, argument
693 SourceLocation LParenLoc,
704 return BuildCXXTypeConstructExpr(TInfo, LParenLoc, exprs, RParenLoc);
713 SourceLocation LParenLoc,
727 LParenLoc,
753 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
759 LParenLoc, RParenLoc)
761 LParenLoc, RParenLoc);
692 ActOnCXXTypeConstructExpr(ParsedType TypeRep, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
712 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
H A DSemaOverload.cpp8579 SourceLocation LParenLoc,
8622 return SemaRef.ActOnCallExpr(/*Scope*/ 0, NewFn.take(), LParenLoc,
8635 SourceLocation LParenLoc,
8685 return BuildRecoveryCallExpr(*this, S, Fn, ULE, LParenLoc, Args, NumArgs,
8699 return BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs, RParenLoc,
8706 ExprResult Recovery = BuildRecoveryCallExpr(*this, S, Fn, ULE, LParenLoc,
9419 SourceLocation LParenLoc, Expr **Args,
9454 Diag(LParenLoc, diag::err_pointer_to_member_call_drops_quals)
9586 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc,
9652 SourceLocation LParenLoc,
8577 BuildRecoveryCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, bool EmptyLookup) argument
8634 BuildOverloadedCallExpr(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *ExecConfig) argument
9418 BuildCallToMemberFunction(Scope *S, Expr *MemExprE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
9651 BuildCallToObjectOfClassType(Scope *S, Expr *Obj, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
[all...]
H A DSemaStmt.cpp971 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1009 Third, Body, ForLoc, LParenLoc,
1096 SourceLocation LParenLoc,
1281 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1095 ActOnObjCForCollectionStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, Expr *Second, SourceLocation RParenLoc, Stmt *Body) argument
/external/clang/include/clang/AST/
H A DTypeLoc.h859 SourceLocation LParenLoc;
868 return this->getLocalData()->LParenLoc;
874 this->getLocalData()->LParenLoc = Loc;
1335 SourceLocation LParenLoc;
1358 return this->getLocalData()->LParenLoc;
1361 this->getLocalData()->LParenLoc = Loc;
1428 SourceLocation KWLoc, LParenLoc, RParenLoc;
1440 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; }
1441 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; }
1734 SourceLocation KWLoc, LParenLoc, RParenLo
[all...]
H A DExprObjC.h1057 SourceLocation LParenLoc; member in class:clang::ObjCBridgedCastExpr
1065 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, argument
1070 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1076 SourceLocation getLParenLoc() const { return LParenLoc; }
1090 return SourceRange(LParenLoc, getSubExpr()->getLocEnd());
H A DExpr.h2282 /// LParenLoc - If non-null, this is the location of the left paren in a
2285 SourceLocation LParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::CallExpr::CompoundLiteralExpr
2301 LParenLoc(lparenloc), TInfo(tinfo), Init(init), FileScope(fileScope) {}
2314 SourceLocation getLParenLoc() const { return LParenLoc; }
2315 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
2324 if (LParenLoc.isInvalid())
2326 return SourceRange(LParenLoc, Init->getLocEnd());
3025 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::CallExpr::StmtExpr
3034 SubStmt(substmt), LParenLoc(lp), RParenLoc(rp) { }
3044 return SourceRange(LParenLoc, RParenLo
3829 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::CallExpr::DesignatedInitExpr::ParenListExpr
[all...]
H A DExprCXX.h2257 SourceLocation LParenLoc; member in class:clang::CXXUnresolvedConstructExpr
2266 SourceLocation LParenLoc,
2279 SourceLocation LParenLoc,
2297 SourceLocation getLParenLoc() const { return LParenLoc; }
2298 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DStmt.h979 SourceLocation LParenLoc, RParenLoc; member in class:clang::ForStmt
1023 SourceLocation getLParenLoc() const { return LParenLoc; }
1024 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DDeclCXX.h1467 /// LParenLoc - Location of the left paren of the ctor-initializer.
1468 SourceLocation LParenLoc; member in class:clang::CXXCtorInitializer
1650 SourceLocation getLParenLoc() const { return LParenLoc; }
/external/clang/lib/Parse/
H A DParseExpr.cpp1448 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; local
1460 CastRange = SourceRange(LParenLoc, RParenLoc);
1503 SourceLocation LParenLoc, RParenLoc; local
1509 LParenLoc = T.getOpenLocation();
1524 LParenLoc = PP.getLocForEndOfToken(EllipsisLoc);
1526 Diag(LParenLoc, diag::err_paren_sizeof_parameter_pack)
1528 << FixItHint::CreateInsertion(LParenLoc, "(")
2002 SourceLocation LParenLoc,
2006 Diag(LParenLoc, diag::ext_c99_compound_literal);
2009 return Actions.ActOnCompoundLiteral(LParenLoc, T
2001 ParseCompoundLiteralExpression(ParsedType Ty, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
[all...]
H A DParsePragma.cpp105 SourceLocation LParenLoc = Tok.getLocation(); local
177 LParenLoc, RParenLoc);
H A DParseExprCXX.cpp830 SourceLocation LParenLoc, RParenLoc;
861 SourceLocation LParenLoc, RParenLoc; local
867 LParenLoc = T.getOpenLocation();
880 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
904 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
/external/clang/lib/AST/
H A DExprCXX.cpp730 SourceLocation LParenLoc,
743 LParenLoc(LParenLoc),
758 SourceLocation LParenLoc,
764 return new (Mem) CXXUnresolvedConstructExpr(Type, LParenLoc,
729 CXXUnresolvedConstructExpr(TypeSourceInfo *Type, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
756 Create(ASTContext &C, TypeSourceInfo *Type, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
H A DDeclCXX.cpp1302 LParenLoc(L), RParenLoc(R), IsVirtual(IsVirtual), IsWritten(false),
1313 LParenLoc(L), RParenLoc(R), IsVirtual(false),
1324 LParenLoc(L), RParenLoc(R), IsVirtual(false),
1334 LParenLoc(L), RParenLoc(R), IsVirtual(false),
1347 LParenLoc(L), RParenLoc(R), IsVirtual(false),
/external/clang/lib/Lex/
H A DPPExpressions.cpp90 SourceLocation LParenLoc; local
93 LParenLoc = PeekTok.getLocation();
125 if (LParenLoc.isValid()) {
132 PP.Diag(LParenLoc, diag::note_matching) << "(";
H A DPPMacroExpansion.cpp739 SourceLocation LParenLoc; local
751 LParenLoc = Tok.getLocation();
808 PP.Diag(LParenLoc, diag::note_matching) << "(";

Completed in 502 milliseconds

12