Searched refs:EqualLoc (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/Parse/
H A DParseTemplate.cpp512 SourceLocation EqualLoc; local
515 EqualLoc = ConsumeToken();
522 Depth, Position, EqualLoc, DefaultArg);
606 SourceLocation EqualLoc; local
609 EqualLoc = ConsumeToken();
621 Position, EqualLoc, DefaultArg);
649 SourceLocation EqualLoc; local
652 EqualLoc = ConsumeToken();
669 Depth, Position, EqualLoc,
H A DParseCXXInlineMethods.cpp335 SourceLocation EqualLoc = ConsumeToken(); local
356 Actions.ActOnParamDefaultArgument(LM.DefaultArgs[I].Param, EqualLoc,
531 SourceLocation EqualLoc; local
534 EqualLoc);
536 Actions.ActOnCXXInClassMemberInitializer(MI.Field, EqualLoc, Init.release());
H A DParseInit.cpp364 SourceLocation EqualLoc = ConsumeToken(); local
365 return Actions.ActOnDesignatedInitializer(Desig, EqualLoc, false,
H A DParseDeclCXX.cpp2079 SourceLocation EqualLoc; local
2107 EqualLoc = ConsumeToken();
2307 ThisDecl, DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
2312 Actions.AddInitializerToDecl(ThisDecl, Init.get(), EqualLoc.isInvalid(),
2388 /// EqualLoc.
2408 SourceLocation &EqualLoc) {
2416 EqualLoc = ConsumeToken();
2407 ParseCXXMemberInitializer(Decl *D, bool IsFunction, SourceLocation &EqualLoc) argument
H A DParseDecl.cpp3742 SourceLocation EqualLoc; local
3747 EqualLoc = ConsumeToken();
3757 attrs.getList(), EqualLoc,
5307 SourceLocation EqualLoc = Tok.getLocation(); local
5331 Actions.ActOnParamUnparsedDefaultArgument(Param, EqualLoc,
5355 Actions.ActOnParamDefaultArgument(Param, EqualLoc,
/external/clang/include/clang/Sema/
H A DInitialization.h512 SourceLocation EqualLoc,
516 InitLoc, EqualLoc, EqualLoc);
511 CreateCopy(SourceLocation InitLoc, SourceLocation EqualLoc, bool AllowExplicitConvs = false) argument
H A DSema.h1504 SourceLocation EqualLoc,
1507 SourceLocation EqualLoc,
1511 SourceLocation EqualLoc);
1751 SourceLocation EqualLoc, Expr *Val);
1966 SourceLocation EqualLoc,
4556 void ActOnCXXInClassMemberInitializer(Decl *VarDecl, SourceLocation EqualLoc,
4955 SourceLocation EqualLoc,
4962 SourceLocation EqualLoc,
4972 SourceLocation EqualLoc,
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2037 SMLoc EqualLoc = Lexer.getLoc(); local
2052 return Error(EqualLoc, ("assignment to pseudo-symbol '.' is unsupported "
2068 return Error(EqualLoc, "Recursive use of '" + Name + "'");
2074 return Error(EqualLoc, "redefinition of '" + Name + "'");
2076 return Error(EqualLoc, "invalid assignment to '" + Name + "'");
2078 return Error(EqualLoc, "invalid reassignment of non-absolute variable '" +
/external/clang/lib/Sema/
H A DSemaTemplate.cpp567 SourceLocation EqualLoc,
597 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
684 SourceLocation EqualLoc,
725 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
760 SourceLocation EqualLoc,
793 Diag(EqualLoc, diag::err_template_param_pack_default_arg);
561 ActOnTypeParameter(Scope *S, bool Typename, bool Ellipsis, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument
681 ActOnNonTypeTemplateParameter(Scope *S, Declarator &D, unsigned Depth, unsigned Position, SourceLocation EqualLoc, Expr *Default) argument
752 ActOnTemplateTemplateParameter(Scope* S, SourceLocation TmpLoc, TemplateParameterList *Params, SourceLocation EllipsisLoc, IdentifierInfo *Name, SourceLocation NameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedTemplateArgument Default) argument
H A DSemaDeclCXX.cpp252 SourceLocation EqualLoc) {
268 EqualLoc);
275 CheckCompletedExpr(Arg, EqualLoc);
300 Sema::ActOnParamDefaultArgument(Decl *param, SourceLocation EqualLoc, argument
310 Diag(EqualLoc, diag::err_param_default_argument)
329 SetParamDefaultArgument(Param, DefaultArg, EqualLoc);
337 SourceLocation EqualLoc,
251 SetParamDefaultArgument(ParmVarDecl *Param, Expr *Arg, SourceLocation EqualLoc) argument
336 ActOnParamUnparsedDefaultArgument(Decl *param, SourceLocation EqualLoc, SourceLocation ArgLoc) argument
H A DSemaInit.cpp867 // FIXME: Better EqualLoc?
6983 SourceLocation EqualLoc,
6993 if (EqualLoc.isInvalid())
6994 EqualLoc = InitE->getLocStart();
6997 EqualLoc,
6982 PerformCopyInitialization(const InitializedEntity &Entity, SourceLocation EqualLoc, ExprResult Init, bool TopLevelOfInitList, bool AllowExplicit) argument
H A DSemaDecl.cpp12105 SourceLocation EqualLoc, Expr *Val) {
12102 ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst, SourceLocation IdLoc, IdentifierInfo *Id, AttributeList *Attr, SourceLocation EqualLoc, Expr *Val) argument
/external/clang/include/clang/Parse/
H A DParser.h2116 SourceLocation &EqualLoc);

Completed in 782 milliseconds