Lines Matching defs:scope
109 ASTScope scope(this, is_discarded); in ParseIdentifier() local
118 ASTScope scope(this); in ParseCompoundIdentifier() local
148 ASTScope scope(this); in ParseStringLiteral() local
157 ASTScope scope(this); in ParseNumericLiteral() local
166 ASTScope scope(this); in ParseTrueLiteral() local
175 ASTScope scope(this); in ParseFalseLiteral() local
203 ASTScope scope(this); in ParseAttribute() local
227 …eList> Parser::ParseAttributeList(std::unique_ptr<raw::Attribute>&& doc_comment, ASTScope& scope) { in ParseAttributeList()
257 ASTScope scope(this); in ParseDocComment() local
270 ASTScope scope(this); in MaybeParseAttributeList() local
310 ASTScope scope(this); in ParseUsing() local
339 ASTScope scope(this); in ParseArrayType() local
363 ASTScope scope(this); in ParseVectorType() local
396 ASTScope scope(this); in ParseStringType() local
419 ASTScope scope(this); in ParseHandleType() local
495 ASTScope scope(this); in ParsePrimitiveType() local
503 ASTScope scope(this); in ParseRequestHandleType() local
528 ASTScope scope(this); in ParseType() local
589 Parser::ParseConstDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseConstDeclaration()
612 ASTScope scope(this); in ParseEnumMember() local
632 Parser::ParseEnumDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseEnumDeclaration()
689 ASTScope scope(this); in ParseParameter() local
701 ASTScope scope(this); in ParseParameterList() local
733 …od> Parser::ParseInterfaceMethod(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseInterfaceMethod()
783 Parser::ParseInterfaceDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseInterfaceDeclaration()
811 ASTScope scope(this); in ParseInterfaceDeclaration() local
845 ASTScope scope(this); in ParseStructMember() local
871 Parser::ParseStructDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseStructDeclaration()
920 ASTScope scope(this); in ParseUnionMember() local
935 Parser::ParseUnionDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseUnionDeclaration()
981 ASTScope scope(this); in ParseFile() local
1024 ASTScope scope(this); in ParseFile() local