Searched refs:hasLocationDirective (Results 1 – 1 of 1) sorted by relevance
279 bool hasLocationDirective; in emitNativeCodeMatch() local281 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in emitNativeCodeMatch()924 bool hasLocationDirective; in handleReplaceWithNativeCodeCall() local926 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in handleReplaceWithNativeCodeCall()928 for (int i = 0, e = tree.getNumArgs() - hasLocationDirective; i != e; ++i) { in handleReplaceWithNativeCodeCall()982 bool hasLocationDirective; in handleOpCreation() local984 std::tie(hasLocationDirective, locToUse) = getLocation(tree); in handleOpCreation()986 auto inPattern = numPatArgs - hasLocationDirective; in handleOpCreation()