Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp394 SourceLocation EqualLoc = ConsumeToken(); ParseInitializerWithPotentialDesignator() local
H A DParseTemplate.cpp857 SourceLocation EqualLoc; ParseTypeParameter() local
992 SourceLocation EqualLoc; ParseTemplateTemplateParameter() local
1042 SourceLocation EqualLoc; ParseNonTypeTemplateParameter() local
[all...]
H A DParseCXXInlineMethods.cpp384 SourceLocation EqualLoc = ConsumeToken(); ParseLexedMethodDeclaration() local
650 SourceLocation EqualLoc; ParseLexedMemberInitializer() local
H A DParseDeclCXX.cpp2896 SourceLocation EqualLoc; ParseCXXClassMemberDeclaration() local
3239 ParseCXXMemberInitializer(Decl * D,bool IsFunction,SourceLocation & EqualLoc) ParseCXXMemberInitializer() argument
H A DParseDecl.cpp2578 SourceLocation EqualLoc = ConsumeToken(); ParseDeclarationAfterDeclaratorAndAttributes() local
5288 SourceLocation EqualLoc; ParseEnumBody() local
7547 SourceLocation EqualLoc = Tok.getLocation(); ParseParameterDeclarationClause() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1469 SourceLocation EqualLoc = UninstExpr->getBeginLoc(); TransformLambdaExpr() local
3093 SourceLocation EqualLoc = PatternExpr->getBeginLoc(); SubstDefaultArgument() local
H A DSemaTemplate.cpp1042 ActOnTypeParameter(Scope * S,bool Typename,SourceLocation EllipsisLoc,SourceLocation KeyLoc,IdentifierInfo * ParamName,SourceLocation ParamNameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedType DefaultArg,bool HasTypeConstraint) ActOnTypeParameter() argument
1499 ActOnNonTypeTemplateParameter(Scope * S,Declarator & D,unsigned Depth,unsigned Position,SourceLocation EqualLoc,Expr * Default) ActOnNonTypeTemplateParameter() argument
1635 ActOnTemplateTemplateParameter(Scope * S,SourceLocation TmpLoc,TemplateParameterList * Params,SourceLocation EllipsisLoc,IdentifierInfo * Name,SourceLocation NameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedTemplateArgument Default) ActOnTemplateTemplateParameter() argument
H A DSemaDeclCXX.cpp280 ConvertParamDefaultArgument(ParmVarDecl * Param,Expr * Arg,SourceLocation EqualLoc) ConvertParamDefaultArgument() argument
308 SetParamDefaultArgument(ParmVarDecl * Param,Expr * Arg,SourceLocation EqualLoc) SetParamDefaultArgument() argument
329 ActOnParamDefaultArgument(Decl * param,SourceLocation EqualLoc,Expr * DefaultArg) ActOnParamDefaultArgument() argument
378 ActOnParamUnparsedDefaultArgument(Decl * param,SourceLocation EqualLoc,SourceLocation ArgLoc) ActOnParamUnparsedDefaultArgument() argument
390 ActOnParamDefaultArgumentError(Decl * param,SourceLocation EqualLoc,Expr * DefaultArg) ActOnParamDefaultArgumentError() argument
[all...]
H A DSemaInit.cpp10517 PerformCopyInitialization(const InitializedEntity & Entity,SourceLocation EqualLoc,ExprResult Init,bool TopLevelOfInitList,bool AllowExplicit) PerformCopyInitialization() argument
H A DSemaDecl.cpp19915 ActOnEnumConstant(Scope * S,Decl * theEnumDecl,Decl * lastEnumConst,SourceLocation IdLoc,IdentifierInfo * Id,const ParsedAttributesView & Attrs,SourceLocation EqualLoc,Expr * Val) ActOnEnumConstant() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6409 SMLoc EqualLoc = Parser.getTok().getLoc(); parseAssignmentExpression() local