Lines Matching defs:scope

93     ASTScope scope(this, is_discarded);  in ParseIdentifier()  local
102 ASTScope scope(this); in ParseCompoundIdentifier() local
132 ASTScope scope(this); in ParseStringLiteral() local
141 ASTScope scope(this); in ParseNumericLiteral() local
150 ASTScope scope(this); in ParseOrdinal() local
180 ASTScope scope(this); in ParseTrueLiteral() local
189 ASTScope scope(this); in ParseFalseLiteral() local
217 ASTScope scope(this); in ParseAttribute() local
241 …eList> Parser::ParseAttributeList(std::unique_ptr<raw::Attribute>&& doc_comment, ASTScope& scope) { in ParseAttributeList()
267 ASTScope scope(this); in ParseDocComment() local
280 ASTScope scope(this); in MaybeParseAttributeList() local
321 ASTScope scope(this); in ParseUsing() local
350 ASTScope scope(this); in ParseIdentifierType() local
364 ASTScope scope(this); in ParseArrayType() local
388 ASTScope scope(this); in ParseVectorType() local
421 ASTScope scope(this); in ParseStringType() local
444 ASTScope scope(this); in ParseHandleType() local
472 ASTScope scope(this); in ParseRequestHandleType() local
544 Parser::ParseConstDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseConstDeclaration()
567 ASTScope scope(this); in ParseEnumMember() local
587 Parser::ParseEnumDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseEnumDeclaration()
641 ASTScope scope(this); in ParseParameter() local
653 ASTScope scope(this); in ParseParameterList() local
685 …od> Parser::ParseInterfaceMethod(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseInterfaceMethod()
740 Parser::ParseInterfaceDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseInterfaceDeclaration()
768 ASTScope scope(this); in ParseInterfaceDeclaration() local
803 ASTScope scope(this); in ParseStructMember() local
829 Parser::ParseStructDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseStructDeclaration()
873 ASTScope scope(this); in ParseTableMember() local
912 Parser::ParseTableDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseTableDeclaration()
957 ASTScope scope(this); in ParseUnionMember() local
972 Parser::ParseUnionDeclaration(std::unique_ptr<raw::AttributeList> attributes, ASTScope& scope) { in ParseUnionDeclaration()
1018 ASTScope scope(this); in ParseFile() local
1062 ASTScope scope(this); in ParseFile() local