Searched defs:EqualLoc (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Parse/
H A DParseInit.cpp364 SourceLocation EqualLoc = ConsumeToken(); local
365 return Actions.ActOnDesignatedInitializer(Desig, EqualLoc, false,
H A DParseCXXInlineMethods.cpp316 SourceLocation EqualLoc = ConsumeToken(); local
337 Actions.ActOnParamDefaultArgument(LM.DefaultArgs[I].Param, EqualLoc,
496 SourceLocation EqualLoc; local
499 EqualLoc);
501 Actions.ActOnCXXInClassMemberInitializer(MI.Field, EqualLoc, Init.release());
H A DParseTemplate.cpp517 SourceLocation EqualLoc; local
520 EqualLoc = ConsumeToken();
527 Depth, Position, EqualLoc, DefaultArg);
611 SourceLocation EqualLoc; local
614 EqualLoc = ConsumeToken();
626 Position, EqualLoc, DefaultArg);
654 SourceLocation EqualLoc; local
657 EqualLoc = ConsumeToken();
674 Depth, Position, EqualLoc,
H A DParseDeclCXX.cpp1890 SourceLocation EqualLoc; local
1918 EqualLoc = ConsumeToken();
2100 DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
2105 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2176 /// EqualLoc.
2196 SourceLocation &EqualLoc) {
2204 EqualLoc = ConsumeToken();
2195 ParseCXXMemberInitializer(Decl *D, bool IsFunction, SourceLocation &EqualLoc) argument
H A DParseDecl.cpp3404 SourceLocation EqualLoc; local
3409 EqualLoc = ConsumeToken();
3419 attrs.getList(), EqualLoc,
4869 SourceLocation EqualLoc = Tok.getLocation(); local
4893 Actions.ActOnParamUnparsedDefaultArgument(Param, EqualLoc,
4917 Actions.ActOnParamDefaultArgument(Param, EqualLoc,
/external/clang/include/clang/Sema/
H A DInitialization.h449 SourceLocation EqualLoc,
453 InitLoc, EqualLoc, EqualLoc);
448 CreateCopy(SourceLocation InitLoc, SourceLocation EqualLoc, bool AllowExplicitConvs = false) argument
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1702 SMLoc EqualLoc = Lexer.getLoc(); local
1717 return Error(EqualLoc, ("assignment to pseudo-symbol '.' is unsupported "
1733 return Error(EqualLoc, "Recursive use of '" + Name + "'");
1739 return Error(EqualLoc, "redefinition of '" + Name + "'");
1741 return Error(EqualLoc, "invalid assignment to '" + Name + "'");
1743 return Error(EqualLoc, "invalid reassignment of non-absolute variable '" +
/external/clang/lib/Sema/
H A DSemaInit.cpp784 // FIXME: Better EqualLoc?
6189 SourceLocation EqualLoc,
6199 if (EqualLoc.isInvalid())
6200 EqualLoc = InitE->getLocStart();
6203 EqualLoc,
6188 PerformCopyInitialization(const InitializedEntity &Entity, SourceLocation EqualLoc, ExprResult Init, bool TopLevelOfInitList, bool AllowExplicit) argument
H A DSemaTemplate.cpp550 SourceLocation EqualLoc,
588 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
675 SourceLocation EqualLoc,
723 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
758 SourceLocation EqualLoc,
789 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
544 ActOnTypeParameter(Scope *S, bool Typename, bool Ellipsis, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument
672 ActOnNonTypeTemplateParameter(Scope *S, Declarator &D, unsigned Depth, unsigned Position, SourceLocation EqualLoc, Expr *Default) argument
750 ActOnTemplateTemplateParameter(Scope* S, SourceLocation TmpLoc, TemplateParameterList *Params, SourceLocation EllipsisLoc, IdentifierInfo *Name, SourceLocation NameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedTemplateArgument Default) argument
H A DSemaDecl.cpp10491 SourceLocation EqualLoc, Expr *Val) {
10488 ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst, SourceLocation IdLoc, IdentifierInfo *Id, AttributeList *Attr, SourceLocation EqualLoc, Expr *Val) argument
H A DSemaDeclCXX.cpp231 SourceLocation EqualLoc) {
247 EqualLoc);
254 CheckImplicitConversions(Arg, EqualLoc);
279 Sema::ActOnParamDefaultArgument(Decl *param, SourceLocation EqualLoc, argument
289 Diag(EqualLoc, diag::err_param_default_argument)
308 SetParamDefaultArgument(Param, DefaultArg, EqualLoc);
316 SourceLocation EqualLoc,
230 SetParamDefaultArgument(ParmVarDecl *Param, Expr *Arg, SourceLocation EqualLoc) argument
315 ActOnParamUnparsedDefaultArgument(Decl *param, SourceLocation EqualLoc, SourceLocation ArgLoc) argument

Completed in 342 milliseconds