/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 985 SourceLocation DeclEnd; ParseExternalDeclaration() local 993 SourceLocation DeclEnd; ParseExternalDeclaration() local 1005 SourceLocation DeclEnd; ParseExternalDeclaration() local 1017 SourceLocation DeclEnd; ParseExternalDeclaration() local 1027 SourceLocation DeclEnd; ParseExternalDeclaration() local 1042 SourceLocation DeclEnd; ParseExternalDeclaration() local [all...] |
H A D | ParseTemplate.cpp | 40 ParseDeclarationStartingWithTemplate(DeclaratorContext Context,SourceLocation & DeclEnd,ParsedAttributes & AccessAttrs,AccessSpecifier AS) ParseDeclarationStartingWithTemplate() argument 77 ParseTemplateDeclarationOrSpecialization(DeclaratorContext Context,SourceLocation & DeclEnd,ParsedAttributes & AccessAttrs,AccessSpecifier AS) ParseTemplateDeclarationOrSpecialization() argument 189 ParseSingleDeclarationAfterTemplate(DeclaratorContext Context,const ParsedTemplateInfo & TemplateInfo,ParsingDeclRAIIObject & DiagsFromTParams,SourceLocation & DeclEnd,ParsedAttributes & AccessAttrs,AccessSpecifier AS) ParseSingleDeclarationAfterTemplate() argument 392 ParseConceptDefinition(const ParsedTemplateInfo & TemplateInfo,SourceLocation & DeclEnd) ParseConceptDefinition() argument 1692 ParseExplicitInstantiation(DeclaratorContext Context,SourceLocation ExternLoc,SourceLocation TemplateLoc,SourceLocation & DeclEnd,ParsedAttributes & AccessAttrs,AccessSpecifier AS) ParseExplicitInstantiation() argument [all...] |
H A D | ParseDeclCXX.cpp | 64 ParseNamespace(DeclaratorContext Context,SourceLocation & DeclEnd,SourceLocation InlineLoc) ParseNamespace() argument 297 ParseNamespaceAlias(SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,SourceLocation & DeclEnd) ParseNamespaceAlias() argument 478 ParseUsingDirectiveOrDeclaration(DeclaratorContext Context,const ParsedTemplateInfo & TemplateInfo,SourceLocation & DeclEnd,ParsedAttributes & Attrs) ParseUsingDirectiveOrDeclaration() argument 528 ParseUsingDirective(DeclaratorContext Context,SourceLocation UsingLoc,SourceLocation & DeclEnd,ParsedAttributes & attrs) ParseUsingDirective() argument 692 ParseUsingDeclaration(DeclaratorContext Context,const ParsedTemplateInfo & TemplateInfo,SourceLocation UsingLoc,SourceLocation & DeclEnd,ParsedAttributes & PrefixAttrs,AccessSpecifier AS) ParseUsingDeclaration() argument 870 ParseAliasDeclarationAfterDeclarator(const ParsedTemplateInfo & TemplateInfo,SourceLocation UsingLoc,UsingDeclarator & D,SourceLocation & DeclEnd,AccessSpecifier AS,ParsedAttributes & Attrs,Decl ** OwnedType) ParseAliasDeclarationAfterDeclarator() argument 964 ParseStaticAssertDeclaration(SourceLocation & DeclEnd) ParseStaticAssertDeclaration() argument 2766 SourceLocation DeclEnd; ParseCXXClassMemberDeclaration() local 2775 SourceLocation DeclEnd; ParseCXXClassMemberDeclaration() local 2816 SourceLocation DeclEnd; ParseCXXClassMemberDeclaration() local [all...] |
H A D | ParseHLSL.cpp | 50 ParseHLSLBuffer(SourceLocation & DeclEnd) ParseHLSLBuffer() argument
|
H A D | ParseStmt.cpp | 240 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseStatementOrDeclarationAfterAttributes() local 1255 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCompoundStatementBody() local 2089 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseForStatement() local
|
H A D | ParseExprCXX.cpp | 1985 SourceLocation DeclStart = ConsumeToken(), DeclEnd; ParseAliasDeclarationInInitStatement() local 2110 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCXXCondition() local 2128 SourceLocation DeclStart = Tok.getLocation(), DeclEnd; ParseCXXCondition() local
|
H A D | ParseDecl.cpp | 1904 ParseDeclaration(DeclaratorContext Context,SourceLocation & DeclEnd,ParsedAttributes & DeclAttrs,ParsedAttributes & DeclSpecAttrs,SourceLocation * DeclSpecStart) ParseDeclaration() argument 1985 ParseSimpleDeclaration(DeclaratorContext Context,SourceLocation & DeclEnd,ParsedAttributes & DeclAttrs,ParsedAttributes & DeclSpecAttrs,bool RequireSemi,ForRangeInit * FRI,SourceLocation * DeclSpecStart) ParseSimpleDeclaration() argument 2187 ParseDeclGroup(ParsingDeclSpec & DS,DeclaratorContext Context,ParsedAttributes & Attrs,SourceLocation * DeclEnd,ForRangeInit * FRI) ParseDeclGroup() argument 4722 SourceLocation DeclEnd; ParseStructUnionBody() local [all...] |
H A D | ParseObjc.cpp | 708 SourceLocation DeclEnd; ParseObjCInterfaceDeclList() local 2022 SourceLocation DeclEnd; ParseObjCClassInstanceVariables() local
|