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.cpp807 SourceLocation LParenLoc; local
819 LParenLoc = Tok.getLocation();
862 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.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 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,
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 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 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 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 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...]
H A DSemaStmt.cpp1375 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, argument
1418 Third, Body, ForLoc, LParenLoc,
H A DSemaDeclCXX.cpp1810 SourceLocation LParenLoc,
1814 Expr *List = new (Context) ParenListExpr(Context, LParenLoc,
1803 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.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 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...]
/external/clang/lib/AST/
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
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
/external/clang/include/clang/AST/
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 DDeclCXX.h1705 /// LParenLoc - Location of the left paren of the ctor-initializer.
1706 SourceLocation LParenLoc; member in class:clang::CXXCtorInitializer
1885 SourceLocation getLParenLoc() const { return LParenLoc; }
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 DStmt.h1119 SourceLocation LParenLoc, RParenLoc; member in class:clang::ForStmt
1163 SourceLocation getLParenLoc() const { return LParenLoc; }
1164 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
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...]
/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 DDeclSpec.h1409 static DeclaratorChunk getParen(SourceLocation LParenLoc, argument
1413 I.Loc = LParenLoc;
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp856 SMLoc LParenLoc = Parser.getTok().getLoc(); local
874 return X86Operand::CreateMem(Disp, LParenLoc, ExprEnd);

Completed in 391 milliseconds

12