Searched defs:LParenLoc (Results 1 - 25 of 26) sorted by relevance

12

/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.cpp787 SourceLocation LParenLoc; local
799 LParenLoc = Tok.getLocation();
842 PP.Diag(LParenLoc, diag::note_matching) << "(";
/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.cpp1545 SourceLocation LParenLoc = Tok.getLocation(), RParenLoc; local
1549 CastRange = SourceRange(LParenLoc, RParenLoc);
1592 SourceLocation LParenLoc, RParenLoc; local
1598 LParenLoc = T.getOpenLocation();
1613 LParenLoc = PP.getLocForEndOfToken(EllipsisLoc);
1615 Diag(LParenLoc, diag::err_paren_sizeof_parameter_pack)
1617 << FixItHint::CreateInsertion(LParenLoc, "(")
2111 SourceLocation LParenLoc,
2115 Diag(LParenLoc, diag::ext_c99_compound_literal);
2118 return Actions.ActOnCompoundLiteral(LParenLoc, T
2110 ParseCompoundLiteralExpression(ParsedType Ty, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
[all...]
H A DParseExprCXX.cpp948 SourceLocation LParenLoc, RParenLoc;
979 SourceLocation LParenLoc, RParenLoc; local
985 LParenLoc = T.getOpenLocation();
998 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
1022 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
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
/external/clang/lib/Sema/
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 DSemaObjCProperty.cpp104 SourceLocation LParenLoc,
139 Decl *Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
154 ObjCPropertyDecl *Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
206 SourceLocation LParenLoc,
241 PropertyId, AtLoc, LParenLoc, T);
270 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
335 ActOnProperty(S, AtLoc, LParenLoc, FD, ProtocolPropertyODS,
378 SourceLocation LParenLoc,
411 PropertyId, AtLoc, LParenLoc, TInfo);
103 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
204 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
375 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
H A DSemaCast.cpp216 SourceLocation LParenLoc, Expr *E,
232 SourceRange(LParenLoc, RParenLoc));
213 ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, SourceLocation LAngleBracketLoc, Declarator &D, SourceLocation RAngleBracketLoc, SourceLocation LParenLoc, Expr *E, SourceLocation RParenLoc) argument
H A DSemaExprObjC.cpp929 SourceLocation LParenLoc,
937 PP.getLocForEndOfToken(LParenLoc));
945 SourceLocation LParenLoc,
948 SourceRange(LParenLoc, RParenLoc), false, false);
951 SourceRange(LParenLoc, RParenLoc));
973 Sel << SourceRange(LParenLoc, RParenLoc);
995 SourceLocation LParenLoc,
3072 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, argument
3163 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
3170 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kin
927 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
942 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
992 ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, SourceLocation AtLoc, SourceLocation ProtoLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
3183 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
H A DSemaExprCXX.cpp367 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, argument
456 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, argument
777 SourceLocation LParenLoc,
788 return BuildCXXTypeConstructExpr(TInfo, LParenLoc, exprs, RParenLoc);
797 SourceLocation LParenLoc,
811 LParenLoc,
816 bool ListInitialization = LParenLoc.isInvalid();
829 return BuildCXXFunctionalCastExpr(TInfo, LParenLoc, Arg, RParenLoc);
855 LParenLoc, RParenLoc)
857 LParenLoc, RParenLo
776 ActOnCXXTypeConstructExpr(ParsedType TypeRep, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
796 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
[all...]
H A DSemaStmt.cpp1041 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1082 Third, Body, ForLoc, LParenLoc,
1177 SourceLocation LParenLoc,
1365 Sema::ActOnCXXForRangeStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1176 ActOnObjCForCollectionStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, Expr *Second, SourceLocation RParenLoc, Stmt *Body) argument
H A DSemaDeclCXX.cpp1760 SourceLocation LParenLoc,
1764 Expr *List = new (Context) ParenListExpr(Context, LParenLoc, Args, NumArgs,
1753 ActOnMemInitializer(Decl *ConstructorD, Scope *S, CXXScopeSpec &SS, IdentifierInfo *MemberOrBase, ParsedType TemplateTypeTy, const DeclSpec &DS, SourceLocation IdLoc, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, SourceLocation EllipsisLoc) argument
H A DSemaExpr.cpp3597 Sema::ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc, argument
3649 return Owned(BuildCallToObjectOfClassType(S, Fn, LParenLoc, Args, NumArgs,
3659 return BuildCallToMemberFunction(S, Fn, LParenLoc, Args, NumArgs,
3673 return BuildOverloadedCallExpr(S, Fn, ULE, LParenLoc, Args, NumArgs,
3676 return BuildCallToMemberFunction(S, Fn, LParenLoc, Args, NumArgs,
3701 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, Args, NumArgs, RParenLoc,
3751 SourceLocation LParenLoc,
3794 return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
3809 return ExprError(Diag(LParenLoc, diag::err_typecheck_call_not_function)
3817 return ExprError(Diag(LParenLoc,dia
3750 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *Config, bool IsExecConfig) argument
3928 ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, SourceLocation RParenLoc, Expr *InitExpr) argument
3943 BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *LiteralExpr) argument
4279 ActOnCastExpr(Scope *S, SourceLocation LParenLoc, Declarator &D, ParsedType &Ty, SourceLocation RParenLoc, Expr *CastExpr) argument
4337 BuildVectorLiteral(SourceLocation LParenLoc, SourceLocation RParenLoc, Expr *E, TypeSourceInfo *TInfo) argument
[all...]
H A DSemaOverload.cpp9497 SourceLocation LParenLoc,
9547 return SemaRef.ActOnCallExpr(/*Scope*/ 0, NewFn.take(), LParenLoc,
9561 SourceLocation LParenLoc,
9613 return BuildRecoveryCallExpr(*this, S, Fn, ULE, LParenLoc,
9629 return BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs, RParenLoc,
9636 ExprResult Recovery = BuildRecoveryCallExpr(*this, S, Fn, ULE, LParenLoc,
9673 return BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, NumArgs,
10349 SourceLocation LParenLoc, Expr **Args,
10384 Diag(LParenLoc, diag::err_pointer_to_member_call_drops_quals)
10520 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc,
9495 BuildRecoveryCallExpr(Sema &SemaRef, Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, llvm::MutableArrayRef<Expr *> Args, SourceLocation RParenLoc, bool EmptyLookup, bool AllowTypoCorrection) argument
9560 BuildOverloadedCallExpr(Scope *S, Expr *Fn, UnresolvedLookupExpr *ULE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc, Expr *ExecConfig, bool AllowTypoCorrection) argument
10348 BuildCallToMemberFunction(Scope *S, Expr *MemExprE, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
10587 BuildCallToObjectOfClassType(Scope *S, Expr *Obj, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp1283 SourceLocation LParenLoc,
1286 return new (C) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T);
1279 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, TypeSourceInfo *T, PropertyControl propControl) argument
H A DExprCXX.cpp984 SourceLocation LParenLoc,
997 LParenLoc(LParenLoc),
1012 SourceLocation LParenLoc,
1018 return new (Mem) CXXUnresolvedConstructExpr(Type, LParenLoc,
983 CXXUnresolvedConstructExpr(TypeSourceInfo *Type, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
1010 Create(ASTContext &C, TypeSourceInfo *Type, SourceLocation LParenLoc, Expr **Args, unsigned NumArgs, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DExprObjC.h1498 SourceLocation LParenLoc; member in class:clang::ObjCBridgedCastExpr
1506 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, argument
1511 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1517 SourceLocation getLParenLoc() const { return LParenLoc; }
1531 return SourceRange(LParenLoc, getSubExpr()->getLocEnd());
H A DDeclCXX.h1708 /// LParenLoc - Location of the left paren of the ctor-initializer.
1709 SourceLocation LParenLoc; member in class:clang::CXXCtorInitializer
1888 SourceLocation getLParenLoc() const { return LParenLoc; }
H A DDeclObjC.h1742 SourceLocation LParenLoc; // location of '(' starting attribute list or null. member in class:clang::ObjCPropertyDecl
1760 LParenLoc(LParenLocation), DeclType(T),
1780 SourceLocation getLParenLoc() const { return LParenLoc; }
1781 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DStmt.h1114 SourceLocation LParenLoc, RParenLoc; member in class:clang::ForStmt
1158 SourceLocation getLParenLoc() const { return LParenLoc; }
1159 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DExpr.h2441 /// LParenLoc - If non-null, this is the location of the left paren in a
2444 SourceLocation LParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::CompoundLiteralExpr
2460 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {}
2473 SourceLocation getLParenLoc() const { return LParenLoc; }
2474 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
2487 if (LParenLoc.isInvalid())
2489 return SourceRange(LParenLoc, Init->getLocEnd());
3201 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3210 SubStmt(substmt), LParenLoc(lp), RParenLoc(rp) { }
3220 return SourceRange(LParenLoc, RParenLo
4018 SourceLocation LParenLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::ParenListExpr
[all...]
/external/clang/include/clang/Sema/
H A DInitialization.h407 SourceLocation LParenLoc,
410 InitLoc, LParenLoc, RParenLoc);
460 SourceLocation LParenLoc,
464 InitLoc, LParenLoc, RParenLoc);
406 CreateDirect(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
459 CreateValue(SourceLocation InitLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool isImplicit = false) argument
H A DDeclSpec.h1389 static DeclaratorChunk getParen(SourceLocation LParenLoc, argument
1393 I.Loc = LParenLoc;
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp811 SMLoc LParenLoc = Parser.getTok().getLoc(); local
829 return X86Operand::CreateMem(Disp, LParenLoc, ExprEnd);

Completed in 4694 milliseconds

12