Searched defs:IsParameter (Results 1 – 3 of 3) sorted by relevance
68 bool IsParameter() const { return location_ == VariableLocation::PARAMETER; } in IsParameter() function
2026 Matcher<Node*> IsParameter(const Matcher<int> index_matcher) { in IsParameter() function
5164 bool IsParameter) { in CodeCompleteObjCPassingType()