Searched refs:curDeclScope (Results 1 – 1 of 1) sorted by relevance
102 return (curDeclScope = newScope); in pushDeclScope()107 void popDeclScope() { curDeclScope = curDeclScope->getParentScope(); } in popDeclScope()551 ast::DeclScope *curDeclScope = nullptr; member in __anonbc0fc15d0111::Parser943 curDeclScope->add(constraintDecl); in createODSNativePDLLConstraintDecl()1000 curDeclScope->add(*decl); in parseTopLevelDecl()1138 curDeclScope->add(*decl); in parseInlineUserConstraintDecl()1204 curDeclScope->add(*decl); in parseInlineUserRewriteDecl()1214 curDeclScope = argumentScope; in parseUserPDLLRewriteDecl()1598 curDeclScope->add(varDecl); in defineVariableDecl()1871 ast::Decl *decl = curDeclScope->lookup(name); in parseDeclRefExpr()[all …]