/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 394 SourceLocation EqualLoc = ConsumeToken(); ParseInitializerWithPotentialDesignator() local
|
H A D | ParseTemplate.cpp | 857 SourceLocation EqualLoc; ParseTypeParameter() local 992 SourceLocation EqualLoc; ParseTemplateTemplateParameter() local 1042 SourceLocation EqualLoc; ParseNonTypeTemplateParameter() local [all...] |
H A D | ParseCXXInlineMethods.cpp | 384 SourceLocation EqualLoc = ConsumeToken(); ParseLexedMethodDeclaration() local 650 SourceLocation EqualLoc; ParseLexedMemberInitializer() local
|
H A D | ParseDeclCXX.cpp | 2896 SourceLocation EqualLoc; ParseCXXClassMemberDeclaration() local 3239 ParseCXXMemberInitializer(Decl * D,bool IsFunction,SourceLocation & EqualLoc) ParseCXXMemberInitializer() argument
|
H A D | ParseDecl.cpp | 2578 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 D | SemaTemplateInstantiate.cpp | 1469 SourceLocation EqualLoc = UninstExpr->getBeginLoc(); TransformLambdaExpr() local 3093 SourceLocation EqualLoc = PatternExpr->getBeginLoc(); SubstDefaultArgument() local
|
H A D | SemaTemplate.cpp | 1042 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 D | SemaDeclCXX.cpp | 280 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 D | SemaInit.cpp | 10517 PerformCopyInitialization(const InitializedEntity & Entity,SourceLocation EqualLoc,ExprResult Init,bool TopLevelOfInitList,bool AllowExplicit) PerformCopyInitialization() argument
|
H A D | SemaDecl.cpp | 19915 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 D | AsmParser.cpp | 6409 SMLoc EqualLoc = Parser.getTok().getLoc(); parseAssignmentExpression() local
|