Searched refs:isLocationDirective (Results 1 – 3 of 3) sorted by relevance
118 !isLocationDirective() && !isReturnTypeDirective() && !isEither(); in isOperation()181 bool DagNode::isLocationDirective() const { in isLocationDirective() function in DagNode784 if (dagArg.isLocationDirective() || dagArg.isReturnTypeDirective()) in collectBoundSymbols()
181 bool isLocationDirective() const;
1111 if (resultTree.isLocationDirective()) { in handleResultPattern()1148 assert(tree.isLocationDirective()); in handleLocationDirective()1343 auto isLocation = dagArg.isLocationDirective(); in getTrailingDirectives()