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.cpp332 SourceLocation EqualLoc = ConsumeToken(); local
353 Actions.ActOnParamDefaultArgument(LM.DefaultArgs[I].Param, EqualLoc,
515 SourceLocation EqualLoc; local
518 EqualLoc);
520 Actions.ActOnCXXInClassMemberInitializer(MI.Field, EqualLoc, Init.release());
H A DParseTemplate.cpp502 SourceLocation EqualLoc; local
505 EqualLoc = ConsumeToken();
512 Depth, Position, EqualLoc, DefaultArg);
596 SourceLocation EqualLoc; local
599 EqualLoc = ConsumeToken();
611 Position, EqualLoc, DefaultArg);
639 SourceLocation EqualLoc; local
642 EqualLoc = ConsumeToken();
659 Depth, Position, EqualLoc,
H A DParseDeclCXX.cpp2021 SourceLocation EqualLoc; local
2049 EqualLoc = ConsumeToken();
2248 DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
2253 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2324 /// EqualLoc.
2344 SourceLocation &EqualLoc) {
2352 EqualLoc = ConsumeToken();
2343 ParseCXXMemberInitializer(Decl *D, bool IsFunction, SourceLocation &EqualLoc) argument
H A DParseDecl.cpp3547 SourceLocation EqualLoc; local
3552 EqualLoc = ConsumeToken();
3562 attrs.getList(), EqualLoc,
5086 SourceLocation EqualLoc = Tok.getLocation(); local
5110 Actions.ActOnParamUnparsedDefaultArgument(Param, EqualLoc,
5134 Actions.ActOnParamDefaultArgument(Param, EqualLoc,
/external/clang/include/clang/Sema/
H A DInitialization.h462 SourceLocation EqualLoc,
466 InitLoc, EqualLoc, EqualLoc);
461 CreateCopy(SourceLocation InitLoc, SourceLocation EqualLoc, bool AllowExplicitConvs = false) argument
/external/clang/lib/Sema/
H A DSemaInit.cpp784 // FIXME: Better EqualLoc?
6380 SourceLocation EqualLoc,
6390 if (EqualLoc.isInvalid())
6391 EqualLoc = InitE->getLocStart();
6394 EqualLoc,
6379 PerformCopyInitialization(const InitializedEntity &Entity, SourceLocation EqualLoc, ExprResult Init, bool TopLevelOfInitList, bool AllowExplicit) argument
H A DSemaTemplate.cpp551 SourceLocation EqualLoc,
589 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
676 SourceLocation EqualLoc,
724 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
759 SourceLocation EqualLoc,
790 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
545 ActOnTypeParameter(Scope *S, bool Typename, bool Ellipsis, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument
673 ActOnNonTypeTemplateParameter(Scope *S, Declarator &D, unsigned Depth, unsigned Position, SourceLocation EqualLoc, Expr *Default) argument
751 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.cpp11286 SourceLocation EqualLoc, Expr *Val) {
11283 ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst, SourceLocation IdLoc, IdentifierInfo *Id, AttributeList *Attr, SourceLocation EqualLoc, Expr *Val) argument
H A DSemaDeclCXX.cpp232 SourceLocation EqualLoc) {
248 EqualLoc);
255 CheckCompletedExpr(Arg, EqualLoc);
280 Sema::ActOnParamDefaultArgument(Decl *param, SourceLocation EqualLoc, argument
290 Diag(EqualLoc, diag::err_param_default_argument)
309 SetParamDefaultArgument(Param, DefaultArg, EqualLoc);
317 SourceLocation EqualLoc,
231 SetParamDefaultArgument(ParmVarDecl *Param, Expr *Arg, SourceLocation EqualLoc) argument
316 ActOnParamUnparsedDefaultArgument(Decl *param, SourceLocation EqualLoc, SourceLocation ArgLoc) argument
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2002 SMLoc EqualLoc = Lexer.getLoc(); local
2017 return Error(EqualLoc, ("assignment to pseudo-symbol '.' is unsupported "
2033 return Error(EqualLoc, "Recursive use of '" + Name + "'");
2039 return Error(EqualLoc, "redefinition of '" + Name + "'");
2041 return Error(EqualLoc, "invalid assignment to '" + Name + "'");
2043 return Error(EqualLoc, "invalid reassignment of non-absolute variable '" +

Completed in 556 milliseconds