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

12

/external/clang/include/clang/AST/
H A DTypeLoc.h873 SourceLocation LParenLoc;
882 return this->getLocalData()->LParenLoc;
888 this->getLocalData()->LParenLoc = Loc;
1356 SourceLocation LParenLoc;
1379 return this->getLocalData()->LParenLoc;
1382 this->getLocalData()->LParenLoc = Loc;
1449 SourceLocation KWLoc, LParenLoc, RParenLoc;
1461 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; }
1462 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; }
1760 SourceLocation KWLoc, LParenLoc, RParenLo
[all...]
H A DExprObjC.h1494 SourceLocation LParenLoc; member in class:clang::ObjCBridgedCastExpr
1502 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, argument
1507 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1513 SourceLocation getLParenLoc() const { return LParenLoc; }
1527 return SourceRange(LParenLoc, getSubExpr()->getLocEnd());
H A DExpr.h2453 /// LParenLoc - If non-null, this is the location of the left paren in a
2456 SourceLocation LParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
2472 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {}
2485 SourceLocation getLParenLoc() const { return LParenLoc; }
2486 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
2499 if (LParenLoc.isInvalid())
2501 return SourceRange(LParenLoc, Init->getLocEnd());
3213 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3222 SubStmt(substmt), LParenLoc(lp), RParenLoc(rp) { }
3232 return SourceRange(LParenLoc, RParenLo
4027 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::ParenListExpr
[all...]
H A DDeclObjC.h1751 SourceLocation LParenLoc; // location of '(' starting attribute list or null. member in class:clang::ObjCPropertyDecl
1769 LParenLoc(LParenLocation), DeclType(T),
1789 SourceLocation getLParenLoc() const { return LParenLoc; }
1790 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DExprCXX.h2815 SourceLocation LParenLoc;
2824 SourceLocation LParenLoc,
2836 SourceLocation LParenLoc,
2853 SourceLocation getLParenLoc() const { return LParenLoc; }
2854 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DStmt.h1119 SourceLocation LParenLoc, RParenLoc; member in class:clang::ForStmt
1163 SourceLocation getLParenLoc() const { return LParenLoc; }
1164 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
/external/clang/lib/Parse/
H A DParsePragma.cpp44 SourceLocation LParenLoc; member in struct:PragmaPackInfo
54 Info->LParenLoc, Info->RParenLoc);
134 SourceLocation LParenLoc = Tok.getLocation(); local
223 Info->LParenLoc = LParenLoc;
H A DParseExpr.cpp1610 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; local
1614 CastRange = SourceRange(LParenLoc, RParenLoc);
1662 SourceLocation LParenLoc, RParenLoc; local
1668 LParenLoc = T.getOpenLocation();
1683 LParenLoc = PP.getLocForEndOfToken(EllipsisLoc);
1685 Diag(LParenLoc, diag::err_paren_sizeof_parameter_pack)
1687 << FixItHint::CreateInsertion(LParenLoc, "(")
2185 SourceLocation LParenLoc,
2189 Diag(LParenLoc, diag::ext_c99_compound_literal);
2192 return Actions.ActOnCompoundLiteral(LParenLoc, T
2184 ParseCompoundLiteralExpression(ParsedType Ty, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
[all...]
H A DParseObjc.cpp299 SourceLocation LParenLoc; member in struct:Parser::ObjCPropertyCallback
305 SourceLocation LParenLoc,
307 P(P), Props(Props), OCDS(OCDS), AtLoc(AtLoc), LParenLoc(LParenLoc),
339 P.Actions.ActOnProperty(P.getCurScope(), AtLoc, LParenLoc,
485 SourceLocation LParenLoc; local
488 LParenLoc = Tok.getLocation();
493 OCDS, AtLoc, LParenLoc, MethodImplKind);
302 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
H A DParseExprCXX.cpp950 SourceLocation LParenLoc, RParenLoc;
981 SourceLocation LParenLoc, RParenLoc; local
987 LParenLoc = T.getOpenLocation();
1015 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
1029 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
/external/clang/include/clang/Sema/
H A DInitialization.h410 SourceLocation LParenLoc,
413 InitLoc, LParenLoc, RParenLoc);
463 SourceLocation LParenLoc,
467 InitLoc, LParenLoc, RParenLoc);
409 CreateDirect(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
462 CreateValue(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool isImplicit = false) argument
H A DSema.h1953 SourceLocation LParenLoc,
1981 SourceLocation LParenLoc, Expr **Args,
1984 BuildCallToObjectOfClassType(Scope *S, Expr *Object, SourceLocation LParenLoc,
2302 SourceLocation LParenLoc,
2319 SourceLocation LParenLoc,
2531 SourceLocation LParenLoc,
3012 ExprResult ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc,
3016 SourceLocation LParenLoc,
3026 ExprResult ActOnCastExpr(Scope *S, SourceLocation LParenLoc,
3029 ExprResult BuildCStyleCastExpr(SourceLocation LParenLoc,
[all...]
H A DDeclSpec.h1409 static DeclaratorChunk getParen(SourceLocation LParenLoc, argument
1413 I.Loc = LParenLoc;
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp115 SourceLocation LParenLoc,
145 Decl *Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
161 ObjCPropertyDecl *Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
214 SourceLocation LParenLoc, SourceLocation &Loc) {
215 if (LParenLoc.isMacroID())
219 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
256 SourceLocation LParenLoc,
291 PropertyId, AtLoc, LParenLoc, T);
320 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
383 ActOnProperty(S, AtLoc, LParenLoc, F
114 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
213 LocPropertyAttribute( ASTContext &Context, const char *attrName, SourceLocation LParenLoc, SourceLocation &Loc) argument
254 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, bool *isOverridingProperty, TypeSourceInfo *T, tok::ObjCKeywordKind MethodImplKind) argument
423 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
[all...]
H A DTreeTransform.h1105 SourceLocation WhileLoc, SourceLocation LParenLoc,
1107 return getSema().ActOnDoStmt(DoLoc, Body, WhileLoc, LParenLoc,
1115 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1119 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond,
1492 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, argument
1496 return getSema().ActOnCallExpr(/*Scope=*/0, Callee, LParenLoc,
1584 ExprResult RebuildCStyleCastExpr(SourceLocation LParenLoc, argument
1588 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,
1596 ExprResult RebuildCompoundLiteralExpr(SourceLocation LParenLoc, argument
1600 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInf
1104 RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, SourceLocation WhileLoc, SourceLocation LParenLoc, Expr *Cond, SourceLocation RParenLoc) argument
1686 RebuildParenListExpr(SourceLocation LParenLoc, MultiExprArg SubExprs, SourceLocation RParenLoc) argument
1706 RebuildStmtExpr(SourceLocation LParenLoc, Stmt *SubStmt, SourceLocation RParenLoc) argument
1760 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1799 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1816 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1833 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1850 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1867 RebuildCXXFunctionalCastExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc) argument
1963 RebuildCXXScalarValueInitExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
2128 RebuildCXXTemporaryObjectExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument
2142 RebuildCXXUnresolvedConstructExpr(TypeSourceInfo *TSInfo, SourceLocation LParenLoc, MultiExprArg Args, SourceLocation RParenLoc) argument
[all...]
H A DSemaExprObjC.cpp953 SourceLocation LParenLoc,
961 PP.getLocForEndOfToken(LParenLoc));
969 SourceLocation LParenLoc,
972 SourceRange(LParenLoc, RParenLoc), false, false);
975 SourceRange(LParenLoc, RParenLoc));
997 Sel << SourceRange(LParenLoc, RParenLoc);
1019 SourceLocation LParenLoc,
3135 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, argument
3226 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
3233 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kin
951 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
966 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
1016 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation ProtoIdLoc, SourceLocation RParenLoc) argument
3246 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) 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 DSemaOverload.cpp9643 SourceLocation LParenLoc,
9693 return SemaRef.ActOnCallExpr(/*Scope*/ 0, NewFn.take(), LParenLoc,
9768 SourceLocation LParenLoc,
9777 return BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc,
9789 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs,
9796 ExprResult Recovery = BuildRecoveryCallExpr(SemaRef, S, Fn, ULE, LParenLoc,
9832 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs,
9849 SourceLocation LParenLoc,
9857 if (buildOverloadedCallSet(S, Fn, ULE, Args, NumArgs, LParenLoc,
9865 return FinishOverloadedCallExpr(*this, S, Fn, ULE, LParenLoc, Arg
9641 BuildRecoveryCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, llvm::MutableArrayRef<Expr *> Args, SourceLocation RParenLoc, bool EmptyLookup, bool AllowTypoCorrection) argument
9766 FinishOverloadedCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *ExecConfig, OverloadCandidateSet *CandidateSet, OverloadCandidateSet::iterator *Best, OverloadingResult OverloadResult, bool AllowTypoCorrection) argument
9847 BuildOverloadedCallExpr(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *ExecConfig, bool AllowTypoCorrection) argument
10538 BuildCallToMemberFunction(Scope *S, Expr *MemExprE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
10779 BuildCallToObjectOfClassType(Scope *S, Expr *Obj, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
[all...]
H A DSemaExpr.cpp3790 Sema::ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc, argument
3838 return Owned(BuildCallToObjectOfClassType(S, Fn, LParenLoc,
3849 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs.data(),
3863 return BuildOverloadedCallExpr(S, Fn, ULE, LParenLoc, ArgExprs.data(),
3866 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs.data(),
3891 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs.data(),
3942 SourceLocation LParenLoc,
3992 return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
4007 return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
4015 return ExprError(Diag(LParenLoc,dia
3941 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *Config, bool IsExecConfig) argument
4125 ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, SourceLocation RParenLoc, Expr *InitExpr) argument
4140 BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *LiteralExpr) argument
4466 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument
4524 BuildVectorLiteral(SourceLocation LParenLoc, SourceLocation RParenLoc, Expr *E, TypeSourceInfo *TInfo) argument
[all...]
H A DSemaExprCXX.cpp368 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, argument
467 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, argument
787 SourceLocation LParenLoc,
798 return BuildCXXTypeConstructExpr(TInfo, LParenLoc, exprs, RParenLoc);
807 SourceLocation LParenLoc,
815 LParenLoc,
823 bool ListInitialization = LParenLoc.isInvalid();
835 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
860 LParenLoc, RParenLoc)
862 LParenLoc, RParenLo
786 ActOnCXXTypeConstructExpr(ParsedType TypeRep, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
806 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
[all...]
/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.cpp807 SourceLocation LParenLoc; local
819 LParenLoc = Tok.getLocation();
862 PP.Diag(LParenLoc, diag::note_matching) << "(";
/external/clang/lib/AST/
H A DDeclCXX.cpp1504 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(IsVirtual),
1515 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false),
1526 LParenLoc(L), RParenLoc(R), IsDelegating(false), IsVirtual(false),
1536 LParenLoc(L), RParenLoc(R), IsDelegating(true), IsVirtual(false),
1549 LParenLoc(L), RParenLoc(R), IsVirtual(false),
H A DExprCXX.cpp1001 SourceLocation LParenLoc,
1013 LParenLoc(LParenLoc),
1028 SourceLocation LParenLoc,
1033 return new (Mem) CXXUnresolvedConstructExpr(Type, LParenLoc, Args, RParenLoc);
1000 CXXUnresolvedConstructExpr(TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument
1026 Create(ASTContext &C, TypeSourceInfo *Type, SourceLocation LParenLoc, ArrayRef<Expr*> Args, SourceLocation RParenLoc) argument
H A DDeclObjC.cpp1303 SourceLocation LParenLoc,
1306 return new (C) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T);
1299 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, TypeSourceInfo *T, PropertyControl propControl) argument

Completed in 827 milliseconds

12