Searched refs:symbolRef (Results 1 – 2 of 2) sorted by relevance
161 parameters.push_back(this->symbolRef<Variable>(Symbol::Kind::kVariable)); in symbol()176 const Variable* owner = this->symbolRef<Variable>(Symbol::Kind::kVariable); in symbol()275 const FunctionDeclaration* decl = this->symbolRef<FunctionDeclaration>( in element()360 const FunctionDeclaration* funcDecl = this->symbolRef<FunctionDeclaration>( in statement()385 Variable* var = this->symbolRef<Variable>(Symbol::Kind::kVariable); in statement()483 const FunctionDeclaration* f = this->symbolRef<FunctionDeclaration>( in expression()529 const Variable* var = this->symbolRef<Variable>(Symbol::Kind::kVariable); in expression()
198 T* symbolRef(Symbol::Kind kind) { in symbolRef() function